Skip to content
Snippets Groups Projects
Verified Commit 1bfc936d authored by Kali Kaneko's avatar Kali Kaneko Committed by micah
Browse files

do not use dist folder

parent 4a579abd
No related branches found
No related tags found
No related merge requests found
......@@ -13,13 +13,12 @@ deb:
stage: build
allow_failure: false
script:
- mkdir -p dist
- git checkout incoming && gbp buildpackage --git-ignore-new --git-force-create --git-upstream-tree=SLOPPY --git-no-pristine-tar --git-debian-branch=incoming --git-builder='debuild -us -uc'
- mv ../*.deb dist/
- mv ../*.deb .
tags:
- linux
artifacts:
name: debian_$CI_COMMIT_REF_NAME
paths:
- dist/*.deb
- *.deb
expire_in: 1 month
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment