Skip to content
Snippets Groups Projects
Commit 6b4beea2 authored by Adriel Santiago's avatar Adriel Santiago Committed by Clement Ho
Browse files

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
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -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__/
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment