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: ...@@ -13,13 +13,12 @@ deb:
stage: build stage: build
allow_failure: false allow_failure: false
script: 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' - 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: tags:
- linux - linux
artifacts: artifacts:
name: debian_$CI_COMMIT_REF_NAME name: debian_$CI_COMMIT_REF_NAME
paths: paths:
- dist/*.deb - *.deb
expire_in: 1 month 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