try to fix ci/cd
This commit is contained in:
parent
a8fb918b71
commit
bfb8be0885
1 changed files with 2 additions and 1 deletions
|
@ -9,13 +9,14 @@ stages:
|
|||
|
||||
# Stage "build"
|
||||
run-build:
|
||||
pull_policy: never
|
||||
stage: build
|
||||
script:
|
||||
- apt install -y build-essential dh-make devscripts
|
||||
- dpkg-buildpackage -us -uc
|
||||
- mkdir build
|
||||
- mv ../* build/
|
||||
|
||||
|
||||
tags:
|
||||
- selfhosted-1
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue