Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Spot
Spot
Commits
7fa6e150
Commit
7fa6e150
authored
Feb 19, 2018
by
Alexandre Duret-Lutz
Browse files
* .gitlab-ci.yml: Trigger spot-web and spot-sandbox rebuilds
parent
81e5357e
Pipeline
#599
passed with stages
in 194 minutes and 36 seconds
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
7fa6e150
...
@@ -170,6 +170,7 @@ publish-stable:
...
@@ -170,6 +170,7 @@ publish-stable:
-
dput lrde *.changes
-
dput lrde *.changes
-
tgz=`ls spot-*.tar.* | head -n 1`
-
tgz=`ls spot-*.tar.* | head -n 1`
-
case $tgz in *[0-9].tar.*) cp $tgz /lrde/dload/spot/;; esac
-
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
:
publish-unstable
:
only
:
only
:
...
@@ -183,3 +184,5 @@ publish-unstable:
...
@@ -183,3 +184,5 @@ publish-unstable:
-
cd _build_unstable
-
cd _build_unstable
-
ls -l
-
ls -l
-
dput lrde *.changes
-
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
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