copy packages into place to be saved as an "artifact"
This commit is contained in:
parent
2caa367232
commit
b5f77cd13f
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue