summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRémy Coutable <remy@rymai.me>2018-11-26 10:34:44 +0100
committerRémy Coutable <remy@rymai.me>2018-11-26 10:34:46 +0100
commitc77f68e099b9792bf5e33ff1883b8304c7ec2785 (patch)
tree5a19eb76fa3d8e8efbe0d64ced28ea992700d6af
parent00cbe6c9fdd942041fac22337b14d77723697733 (diff)
downloadgitlab-ce-followup-23267-for-qa-branches.tar.gz
Override CI_COMMIT_REF_SLUG for QA branchesfollowup-23267-for-qa-branches
The `gitlab:assets:compile` job isn't run for the QA branches, thus there's no Docker image correspinding these branches in the registry. By overriding `CI_COMMIT_REF_SLUG` to `master`, the `fetch-assets` job in the `omnibus-gitlab` pipeline will pull the `master` assets Docker image. Signed-off-by: Rémy Coutable <remy@rymai.me>
-rw-r--r--.gitlab-ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index c6cf7475afa..d78671c3214 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -254,7 +254,7 @@ package-and-qa:
retry: 0
script:
- gem install gitlab --no-document
- - ./$SCRIPT_NAME omnibus
+ - CI_COMMIT_REF_SLUG=master ./$SCRIPT_NAME omnibus
when: manual
only:
- //@gitlab-org/gitlab-ce