diff options
author | Achilleas Pipinellis <axil@gitlab.com> | 2019-01-22 17:40:49 +0100 |
---|---|---|
committer | Achilleas Pipinellis <axil@gitlab.com> | 2019-01-22 17:40:49 +0100 |
commit | b146d71d652b2728ffec0769baedc2d5232897cf (patch) | |
tree | 39abfab0865ce8a693d4371e8b5d80c28c6ceefe | |
parent | b061e896173565949d3885b35b1da2b7e38b68b3 (diff) | |
download | gitlab-ce-add-only-except-to-review-build-cng.tar.gz |
Add only/except to review-build-cng jobadd-only-except-to-review-build-cng
This change makes sure that the previous only/except values
are ported to the new split job that was introduced by
https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/24538/diffs
-rw-r--r-- | .gitlab-ci.yml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 383300a895f..61bb35f7e34 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -960,6 +960,15 @@ review-build-cng: - source ./review-apps.sh - wait_for_job_to_be_done "gitlab:assets:compile" - BUILD_TRIGGER_TOKEN=$REVIEW_APPS_BUILD_TRIGGER_TOKEN ./$SCRIPT_NAME cng + only: + refs: + - branches@gitlab-org/gitlab-ce + - branches@gitlab-org/gitlab-ee + kubernetes: active + except: + refs: + - master + - /(^docs[\/-].*|.*-docs$)/ review-deploy: <<: *review-base |