From d4fecfa1bc336f19095c1510e0a55efee5dd602e Mon Sep 17 00:00:00 2001 From: Ivan Fonarev Date: Fri, 27 Oct 2023 22:52:06 +0300 Subject: [PATCH] Test 5 --- .gitlab-ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 37f7aad..7937613 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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/