diff options
author | Connor Shea <connor.james.shea@gmail.com> | 2016-09-28 19:38:43 -0600 |
---|---|---|
committer | Connor Shea <connor.james.shea@gmail.com> | 2016-09-28 19:38:43 -0600 |
commit | e3f12e975d59b0606b8f1365e21814b34ea83767 (patch) | |
tree | d21272785d3e64291f98471163c8a86d5eeea755 /.gitlab-ci.yml | |
parent | a2c528f2a47d2b512875240ed5a6bef274314d71 (diff) | |
download | gitlab-ce-e3f12e975d59b0606b8f1365e21814b34ea83767.tar.gz |
Remove Flog as we use a Rubocop that does its job.cs-remove-flog-flay
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r-- | .gitlab-ci.yml | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 3f3873e57c1..a11c4705e82 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -209,9 +209,6 @@ rubocop: *exec rake haml_lint: *exec rake scss_lint: *exec rake brakeman: *exec -rake flog: - <<: *exec - allow_failure: yes rake flay: <<: *exec allow_failure: yes |