We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e183ce1 commit 044acf3Copy full SHA for 044acf3
.github/workflows/build-deb.yml
@@ -65,7 +65,7 @@ jobs:
65
git config --local user.name "test"
66
git config --local user.email "test@example.org"
67
git commit -am "CI: remove .github directory before building"
68
- DEB_BUILD_OPTIONS=nocheck gbp buildpackage --git-no-pristine-tar -us -uc
+ DEB_BUILD_OPTIONS=nocheck gbp buildpackage --git-ignore-branch --git-no-pristine-tar -us -uc
69
70
- name: upload .deb files
71
run: |
0 commit comments