Test 8
This commit is contained in:
parent
e59580af2b
commit
9f9ffbb959
1 changed files with 3 additions and 2 deletions
|
@ -12,10 +12,11 @@ run-build:
|
|||
stage: build
|
||||
script:
|
||||
- pwd
|
||||
mkdir /builds/artifact
|
||||
- apt update
|
||||
- apt install -y build-essential devscripts dh-make
|
||||
- dpkg-buildpackage -us -uc
|
||||
- mv ../* /builds/build-artifacts/
|
||||
- mv ../* /builds/artifact
|
||||
|
||||
tags:
|
||||
- ssd-selfhosted
|
||||
|
@ -26,4 +27,4 @@ run-build:
|
|||
# The files which are to be made available in GitLab
|
||||
artifacts:
|
||||
paths:
|
||||
- /builds/build-artifacts/
|
||||
- /builds/artifact
|
||||
|
|
Loading…
Add table
Reference in a new issue