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 8fce778 commit 0d8eac7Copy full SHA for 0d8eac7
.github/workflows/build-deb.yml
@@ -33,7 +33,7 @@ jobs:
33
git config --local user.name "test"
34
git config --local user.email "[email protected]"
35
git commit -am "CI: remove .github directory before building"
36
- 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
37
38
- name: upload .deb files
39
run: |
0 commit comments