Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Dmitry Khalanskiy
Iris
Commits
edc6c653
Commit
edc6c653
authored
Oct 19, 2017
by
Ralf Jung
Browse files
CI: rename REV parameter to IRIS_REV for iris.dev builds
parent
b08c8422
Changes
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
edc6c653
...
...
@@ -44,7 +44,7 @@ reverse-deps:
stage
:
deploy
script
:
# Send a trigger to reverse dependencies to have them tested
-
curl --fail -X POST -F "token=$IRIS_ATOMIC_SECRET" -F "ref=master" -F "variables[REV]=$CI_COMMIT_SHA" https://gitlab.mpi-sws.org/api/v4/projects/250/trigger/pipeline
-
curl --fail -X POST -F "token=$IRIS_ATOMIC_SECRET" -F "ref=master" -F "variables[
IRIS_
REV]=$CI_COMMIT_SHA" https://gitlab.mpi-sws.org/api/v4/projects/250/trigger/pipeline
only
:
-
master
except
:
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment