This commit is contained in:
Ivan Fonarev 2023-10-27 22:52:06 +03:00
parent 92478d51d0
commit d4fecfa1bc

View file

@ -12,11 +12,11 @@ run-build:
stage: build
script:
- pwd
- mkdir /builds/build-artifacts
- apt update
- apt install -y build-essential devscripts dh-make
- dpkg-buildpackage -us -uc
- mkdir build
- mv ../*.deb *.dsc *.changes *.tar.xz build/
- mv ../* build-artifacts/
tags:
- selfhosted-1
@ -27,4 +27,4 @@ run-build:
# The files which are to be made available in GitLab
artifacts:
paths:
- build/*
- /builds/build-artifacts/