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"
|
# Stage "build"
|
||||||
run-build:
|
run-build:
|
||||||
|
pull_policy: never
|
||||||
stage: build
|
stage: build
|
||||||
script:
|
script:
|
||||||
- apt install -y build-essential dh-make devscripts
|
- apt install -y build-essential dh-make devscripts
|
||||||
- dpkg-buildpackage -us -uc
|
- dpkg-buildpackage -us -uc
|
||||||
- mkdir build
|
- mkdir build
|
||||||
- mv ../* build/
|
- mv ../* build/
|
||||||
|
|
||||||
tags:
|
tags:
|
||||||
- selfhosted-1
|
- selfhosted-1
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue