CI: fix upload of stable Debian packages for amd64
This prevented the Spot website to regenerate. Should fix #516 once we release 2.11.1. * .gitlab-ci.yml (publish-stable): Upload changes for amd64 and i386, not just the later.
This commit is contained in:
parent
d0c296e1cf
commit
55e4d340fe
1 changed files with 1 additions and 1 deletions
|
|
@ -426,7 +426,7 @@ publish-stable:
|
|||
script:
|
||||
- cd _build_stable
|
||||
- ls -l
|
||||
- dput lrde `ls -t *.changes | head -1`
|
||||
- dput lrde `ls -t *amd64.changes | head -1` `ls -t *i386.changes | head -1`
|
||||
- cd ..
|
||||
- ls -l
|
||||
- tgz=`ls spot-*.tar.* | head -n 1`
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue