Commit 6b4beea2 authored by Adriel Santiago's avatar Adriel Santiago Committed by Clement Ho

Allow skip trigger for gitlab:ui:visual

By adding [skip visual] to the commit message the
gitlab:ui:visual test can be skipped.

This is needed to avoid deadlock situations as exhibited in
https://gitlab.com/gitlab-org/gitlab-ui/issues/198
parent 2e790057
......@@ -703,6 +703,9 @@ gitlab:ui:visual:
- app/assets/stylesheets/*.scss
- app/assets/stylesheets/**/*.scss
- app/assets/stylesheets/**/**/*.scss
except:
variables:
- $CI_COMMIT_MESSAGE =~ /\[skip visual\]/i
artifacts:
paths:
- tests/__image_snapshots__/
......
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