Update .gitlab-ci.yml file
This commit is contained in:
parent
fc25555680
commit
6afc2d4425
1 changed files with 2 additions and 2 deletions
|
@ -13,8 +13,8 @@ run-build:
|
|||
script:
|
||||
- pwd
|
||||
- mkdir -p ./builds/artifact
|
||||
- apt update
|
||||
- apt install -y build-essential devscripts dh-make
|
||||
- sudo apt update
|
||||
- sudo apt install -y build-essential devscripts dh-make
|
||||
- dpkg-buildpackage -us -uc
|
||||
- mv ../* ./builds/artifact
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue