Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorConnor Shea <connor.james.shea@gmail.com>2016-10-06 03:33:04 +0300
committerConnor Shea <connor.james.shea@gmail.com>2016-10-06 03:33:04 +0300
commit74dab34331d562be48964aa06d727e4826f554f1 (patch)
treeacdd561ed3ab5a20e12ccc9ca0237e9e37a84b5f /.gitlab-ci.yml
parent7e493b11546f15f7871a249474edf6afd418af89 (diff)
Don't allow flay to fail.
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml4
1 files changed, 1 insertions, 3 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 5d2fad03f19..8645488335e 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -207,9 +207,7 @@ rubocop: *exec
rake haml_lint: *exec
rake scss_lint: *exec
rake brakeman: *exec
-rake flay:
- <<: *exec
- allow_failure: yes
+rake flay: *exec
license_finder: *exec
rake downtime_check: *exec