* .gitlab-ci.yml (publish-stable): Use scp instead of cp.
This commit is contained in:
parent
82796c04ae
commit
89f7047925
1 changed files with 1 additions and 1 deletions
|
|
@ -211,7 +211,7 @@ publish-stable:
|
|||
- ls -l
|
||||
- dput lrde *.changes
|
||||
- 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
|
||||
|
||||
publish-unstable:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue