diff options
author | Rémy Coutable <remy@rymai.me> | 2017-11-20 13:24:33 +0100 |
---|---|---|
committer | Rémy Coutable <remy@rymai.me> | 2017-11-20 17:13:15 +0100 |
commit | 993ccd781053c8b39e2977f10a09a6fb111e439d (patch) | |
tree | 69148334125b1a29f07fe1275e16fab1e53c21b2 /.gitlab-ci.yml | |
parent | 09309d78bc4148968b0f3870a6bcf5d40ab0cbf6 (diff) | |
download | gitlab-ce-993ccd781053c8b39e2977f10a09a6fb111e439d.tar.gz |
Remove a useless `allow_failure: no` and use `true` instead of `yes`rc/remove-useless-allow-failure
Signed-off-by: Rémy Coutable <remy@rymai.me>
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r-- | .gitlab-ci.yml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 07969475503..d4b375696c2 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -256,7 +256,7 @@ flaky-examples-check: USE_BUNDLE_INSTALL: "false" NEW_FLAKY_SPECS_REPORT: rspec_flaky/report-new.json stage: post-test - allow_failure: yes + allow_failure: true retry: 0 only: - branches @@ -416,7 +416,6 @@ ee_compat_check: - /^[\d-]+-stable(-ee)?/ - branches@gitlab-org/gitlab-ee - branches@gitlab/gitlab-ee - allow_failure: no retry: 0 artifacts: name: "${CI_JOB_NAME}_${CI_COMIT_REF_NAME}_${CI_COMMIT_SHA}" |