From 7fa6e150eea446600e8d8c9c48bab0728d1efd09 Mon Sep 17 00:00:00 2001 From: Alexandre Duret-Lutz Date: Mon, 19 Feb 2018 15:41:45 +0100 Subject: [PATCH] * .gitlab-ci.yml: Trigger spot-web and spot-sandbox rebuilds --- .gitlab-ci.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index b39f56392..4d3fdda68 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -170,6 +170,7 @@ publish-stable: - dput lrde *.changes - tgz=`ls spot-*.tar.* | head -n 1` - case $tgz in *[0-9].tar.*) cp $tgz /lrde/dload/spot/;; esac + - curl -X POST -F ref=master -F token=$TRIGGER_SPOT_WEB -F "variables[skip_next]=1" https://gitlab.lrde.epita.fr/api/v4/projects/131/trigger/pipeline publish-unstable: only: @@ -183,3 +184,5 @@ publish-unstable: - cd _build_unstable - ls -l - dput lrde *.changes + - curl -X POST -F ref=master -F token=$TRIGGER_SPOT_WEB -F "variables[skip_stable]=1" https://gitlab.lrde.epita.fr/api/v4/projects/131/trigger/pipeline + - curl -X POST -F ref=master -F token=$TRIGGER_SANDBOX https://gitlab.lrde.epita.fr/api/v4/projects/181/trigger/pipeline