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

avoid debian folder to be wiped out by pushed changes

parent 5172e9db
No related branches found
No related tags found
No related merge requests found
......@@ -13,7 +13,7 @@ deb:
stage: build
allow_failure: false
script:
- git checkout incoming && gbp buildpackage --git-ignore-new --git-force-create --git-upstream-tree=SLOPPY --git-no-pristine-tar --git-debian-branch=debian --git-builder='debuild -us -uc'
- mv debian debian.bk && git checkout incoming && mv debian.bk debian && gbp buildpackage --git-ignore-new --git-force-create --git-upstream-tree=SLOPPY --git-no-pristine-tar --git-debian-branch=debian --git-builder='debuild -us -uc'
- mv ../*.deb .
tags:
- linux
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment