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 stage: build
script: script:
- pwd - pwd
mkdir /builds/artifact
- apt update - apt update
- apt install -y build-essential devscripts dh-make - apt install -y build-essential devscripts dh-make
- dpkg-buildpackage -us -uc - dpkg-buildpackage -us -uc
- mv ../* /builds/build-artifacts/ - mv ../* /builds/artifact
tags: tags:
- ssd-selfhosted - ssd-selfhosted
@ -26,4 +27,4 @@ run-build:
# The files which are to be made available in GitLab # The files which are to be made available in GitLab
artifacts: artifacts:
paths: paths:
- /builds/build-artifacts/ - /builds/artifact