Commit d91a807d authored by Ruben Davila's avatar Ruben Davila

Set `allow_failure` for flay and flog builds.

Conflicts:
	.gitlab-ci.yml
parent f61cff79
......@@ -191,8 +191,12 @@ teaspoon: *exec
rubocop: *exec
rake scss_lint: *exec
rake brakeman: *exec
rake flog: *exec
rake flay: *exec
rake flog:
<<: *exec
allow_failure: yes
rake flay:
<<: *exec
allow_failure: yes
rake db:migrate:reset: *exec
license_finder: *exec
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment