This commit is contained in:
Ivan Fonarev 2023-10-27 23:07:33 +03:00
parent e59580af2b
commit 9f9ffbb959

View file

@ -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