diff options
author | louiz’ <louiz@louiz.org> | 2017-02-01 21:27:29 +0100 |
---|---|---|
committer | louiz’ <louiz@louiz.org> | 2017-02-01 21:27:29 +0100 |
commit | 4ec2e1f794d3edf985b31d0e6ef3f7dba51780a7 (patch) | |
tree | d9e0ceee76c060600a85118b0c66e62b3fa24262 | |
parent | 9ce29fa76c7db94f54497af896e5c9f9aee672d7 (diff) | |
download | biboumi-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.yml | 6 |
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 |