* .gitlab-ci.yml (publish-stable): Use scp instead of cp.
This commit is contained in:
parent
fc786d401a
commit
85db27694a
1 changed files with 1 additions and 1 deletions
|
|
@ -211,7 +211,7 @@ publish-stable:
|
||||||
- ls -l
|
- ls -l
|
||||||
- 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.*) scp $tgz doc@perso:/var/www/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
|
- 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:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue