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

CI tweaks

parent 2bab25d0
Branches
Tags
No related merge requests found
Pipeline #
...@@ -32,7 +32,7 @@ opam: ...@@ -32,7 +32,7 @@ opam:
stage: opam stage: opam
script: script:
# Send a trigger to the repository doing the work # 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/v3/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/v3/projects/581/trigger/builds
variables: variables:
OPAM_PKG: "coq-stdpp" OPAM_PKG: "coq-stdpp"
only: only:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment