summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlouiz’ <louiz@louiz.org>2017-02-01 21:27:29 +0100
committerlouiz’ <louiz@louiz.org>2017-02-01 21:27:29 +0100
commit4ec2e1f794d3edf985b31d0e6ef3f7dba51780a7 (patch)
treed9e0ceee76c060600a85118b0c66e62b3fa24262
parent9ce29fa76c7db94f54497af896e5c9f9aee672d7 (diff)
downloadbiboumi-4ec2e1f794d3edf985b31d0e6ef3f7dba51780a7.tar.gz
biboumi-4ec2e1f794d3edf985b31d0e6ef3f7dba51780a7.tar.bz2
biboumi-4ec2e1f794d3edf985b31d0e6ef3f7dba51780a7.tar.xz
biboumi-4ec2e1f794d3edf985b31d0e6ef3f7dba51780a7.zip
ci: packaging:deb try move the build artifacts into the build directory
-rw-r--r--.gitlab-ci.yml6
1 files changed, 4 insertions, 2 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 1fe1c77..1b5c113 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -173,7 +173,9 @@ packaging:deb:
- mk-build-deps
- apt install -y ./biboumi-build-deps*.deb
- debuild -b -us -uc
+ - mv ../*.deb .
+ - mv ../*.build .
+ - mv ../*.buildinfo .
artifacts:
- paths:
- - ../*.deb
+ untracked: true
name: $CI_PROJECT_NAME-deb-$CI_BUILD_ID