Update .gitlab-ci.yml file
This commit is contained in:
parent
6afc2d4425
commit
563b86a3a1
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ run-build:
|
||||||
- sudo apt update
|
- sudo apt update
|
||||||
- sudo apt install -y build-essential devscripts dh-make
|
- sudo apt install -y build-essential devscripts dh-make
|
||||||
- dpkg-buildpackage -us -uc
|
- dpkg-buildpackage -us -uc
|
||||||
- mv ../* ./builds/artifact
|
- mv ../*.{deb,tar.xz,dsc,changes} ./builds/artifact
|
||||||
|
|
||||||
# This stage is only executed for new tags
|
# This stage is only executed for new tags
|
||||||
only:
|
only:
|
||||||
|
|
Loading…
Add table
Reference in a new issue