diff options
| author | Stan Hu <stanhu@gmail.com> | 2016-09-14 17:02:22 -0700 |
|---|---|---|
| committer | Stan Hu <stanhu@gmail.com> | 2016-09-14 17:02:22 -0700 |
| commit | 90157b77a16a2bc59ad54f9d2472a5bb3357f478 (patch) | |
| tree | 86e207913e81e75e236a5cec8902b9781a979b4e | |
| parent | 4326690ff82aba0c4288c8dbf615984995e9f465 (diff) | |
| download | gitlab-ce-sh-allow-flay-flog-failure.tar.gz | |
Allow flay and flog to fail for nowsh-allow-flay-flog-failure
| -rw-r--r-- | .gitlab-ci.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index b5eef681d0e..4bc77fd890c 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -210,7 +210,9 @@ rake haml_lint: *exec rake scss_lint: *exec rake brakeman: *exec rake flog: *exec + allow_failure: yes rake flay: *exec + allow_failure: yes license_finder: *exec rake downtime_check: *exec |
