Skip to content

Commit

Permalink
[FIX] ci regex
Browse files Browse the repository at this point in the history
  • Loading branch information
EricHorvat committed Nov 12, 2019
1 parent 3e86232 commit 2cbf1cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ integration_faraday:
- "curl -X POST -F token=$INTEGRATION_TOKEN -F ref=master -F \"variables[DISPATCHER_REF]=$CI_COMMIT_REF_NAME\" -F \"variables[FARADAY_REF]=$FARADAY_REF\" https://gitlab.com/api/v4/projects/15311100/trigger/pipeline"
only:
variables:
- $CI_COMMIT_REF_NAME =~ /^.*\/(dev|master)$/
- $CI_COMMIT_REF_NAME =~ /^(dev|master)$/
- $INTEGRATION


0 comments on commit 2cbf1cf

Please sign in to comment.