* .gitlab-ci.yml (publish-unstable): Publish both amd64 and i386.

This commit is contained in:
Alexandre Duret-Lutz 2022-10-08 15:28:15 +02:00
parent 9fc48daf28
commit 1a5b5602db

View file

@ -449,7 +449,7 @@ publish-unstable:
script:
- cd _build_unstable
- ls -l
- dput lrde `ls -t *.changes | head -1`
- dput lrde `ls -t *amd64.changes | head -1` `ls -t *i386.changes | head -1`
- cd ..
- rm -rf _build_unstable
- curl -X POST -F ref=master -F token=$TRIGGER_SPOT_WEB -F "variables[spot_branch]=next" https://gitlab.lre.epita.fr/api/v4/projects/131/trigger/pipeline