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
Iris
ci
Commits
7ccd7063
Commit
7ccd7063
authored
Mar 24, 2018
by
Ralf Jung
Browse files
fix submitting to opam-updater
parent
df14cb05
Changes
1
Hide whitespace changes
Inline
Side-by-side
buildjob
View file @
7ccd7063
...
...
@@ -68,7 +68,7 @@ if [[ -n "$OPAM_PKG" && "$CI_COMMIT_REF_NAME" == "${OPAM_PKG_BRANCH:-master}" ]]
# Trigger opam updater
curl
--fail
-sS
-X
POST https://gitlab.mpi-sws.org/api/v4/projects/581/trigger/pipeline
\
-F
"token=
$OPAM_UPDATE_SECRET
"
\
-F
"ref=master"
\
# the branch we trigger on the other end
-F
"ref=master"
\
-F
"variables[REPO]=
$CI_PROJECT_URL
.git"
\
-F
"variables[REF]=
$CI_COMMIT_REF_NAME
"
\
-F
"variables[SHA]=
$CI_COMMIT_SHA
"
\
...
...
Write
Preview
Supports
Markdown
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