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 stage: build
script: script:
- pwd - pwd
- mkdir /builds/build-artifacts
- 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
- mkdir build - mv ../* build-artifacts/
- mv ../*.deb *.dsc *.changes *.tar.xz build/
tags: tags:
- selfhosted-1 - selfhosted-1
@ -27,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:
- build/* - /builds/build-artifacts/