Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Iris
Iris
Commits
0eecccb0
Commit
0eecccb0
authored
Oct 18, 2017
by
Ralf Jung
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
trigger an iris-atomic build in the deploy stage
parent
4ea80338
Pipeline
#4750
passed with stages
in 15 minutes and 27 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
1 deletion
+9
-1
.gitlab-ci.yml
.gitlab-ci.yml
+9
-1
No files found.
.gitlab-ci.yml
View file @
0eecccb0
...
...
@@ -32,12 +32,20 @@ opam:
stage
:
deploy
script
:
# Send a trigger to the repository doing the work
-
curl --fail -X POST -F "token=$OPAM_UPDATE_SECRET" -F "ref=master" -F "variables[REPO]=${CI_PROJECT_URL}.git" -F "variables[REF]=$CI_COMMIT_REF_NAME" -F "variables[SHA]=$CI_COMMIT_SHA" -F "variables[NAME]=$OPAM_PKG" https://gitlab.mpi-sws.org/api/v
3
/projects/581/trigger/
builds
-
curl --fail -X POST -F "token=$OPAM_UPDATE_SECRET" -F "ref=master" -F "variables[REPO]=${CI_PROJECT_URL}.git" -F "variables[REF]=$CI_COMMIT_REF_NAME" -F "variables[SHA]=$CI_COMMIT_SHA" -F "variables[NAME]=$OPAM_PKG" https://gitlab.mpi-sws.org/api/v
4
/projects/581/trigger/
pipeline
variables
:
OPAM_PKG
:
"
coq-iris"
only
:
-
master
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" https://gitlab.mpi-sws.org/api/v4/projects/250/trigger/pipeline
only
:
-
master
build-coq8.7
:
<<
:
*template
variables
:
...
...
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