diff options
author | Rémy Coutable <remy@rymai.me> | 2017-11-10 18:12:27 +0100 |
---|---|---|
committer | Rémy Coutable <remy@rymai.me> | 2017-11-10 18:12:27 +0100 |
commit | efe9d551988ae0566fe7a8f6759d3fa8973c3990 (patch) | |
tree | 8ca8159f4f2dac6ef5f699adc96debb96551a9d0 /.gitlab-ci.yml | |
parent | cfd8c605704dab0bfe649c38059dcc7a4d68e9db (diff) | |
download | gitlab-ce-efe9d551988ae0566fe7a8f6759d3fa8973c3990.tar.gz |
Remove the custom cache definition for the ee_compat_check job and disallow it to fail38605-move-ee_compat_check-to-an-earlier-build-stage
Signed-off-by: Rémy Coutable <remy@rymai.me>
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r-- | .gitlab-ci.yml | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 5710effc39d..65f2bc7045f 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -416,12 +416,8 @@ ee_compat_check: - /^[\d-]+-stable(-ee)?/ - branches@gitlab-org/gitlab-ee - branches@gitlab/gitlab-ee - allow_failure: yes + allow_failure: no retry: 0 - cache: - key: "ee_compat_check_repo" - paths: - - ee_compat_check/ee-repo/ artifacts: name: "${CI_JOB_NAME}_${CI_COMIT_REF_NAME}_${CI_COMMIT_SHA}" when: on_failure |