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 0d8eac7 commit bd89a06Copy full SHA for bd89a06
.github/workflows/build-deb.yml
@@ -65,7 +65,7 @@ jobs:
65
git config --local user.name "test"
66
git config --local user.email "[email protected]"
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