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

trigger opam-update repo after successful CI build

parent a21a91dd
No related branches found
No related tags found
No related merge requests found
image: ralfjung/opam-ci:latest
stages:
- build
- opam
variables:
CPU_CORES: "9"
.template: &template
stage: build
tags:
- fp-timing
script:
......@@ -23,6 +28,11 @@ variables:
- master
- /^ci/
opam:
stage: opam
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]=coq-stdpp" https://gitlab.mpi-sws.org/api/v3/projects/581/trigger/builds
stdpp-coq8.7:
<<: *template
......
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