Skip to content
Snippets Groups Projects
Commit edc6c653 authored by Ralf Jung's avatar Ralf Jung
Browse files

CI: rename REV parameter to IRIS_REV for iris.dev builds

parent b08c8422
No related branches found
No related tags found
No related merge requests found
......@@ -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:
......
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