copy packages into place to be saved as an "artifact"

This commit is contained in:
Hans-Christoph Steiner 2018-06-20 21:42:08 +02:00
parent 2caa367232
commit b5f77cd13f
1 changed files with 5 additions and 0 deletions

View File

@ -17,6 +17,11 @@ $apt_get update
$apt_get dist-upgrade
gitlab-ci-git-buildpackage
# copy into place to be saved as an "artifact", gitlab-ci will only
# save files from CI_PROJECT_DIR
cp ../*.deb $CI_PROJECT_DIR/
gitlab-ci-lintian
if [ -e $CI_PROJECT_DIR/debian/tests/control ]; then