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 7e9f8bf commit b254187Copy full SHA for b254187
.github/workflows/build-staging-deb.yml
@@ -26,6 +26,8 @@ jobs:
26
- name: build
27
run: |
28
cd dovecot
29
+ git rm -r .github
30
+ git commit -am "Remove CI workflows before building"
31
DEB_BUILD_OPTIONS=nocheck gbp buildpackage --git-no-pristine-tar --git-ignore-branch -us -uc
32
33
- name: upload .deb files
@@ -54,6 +56,8 @@ jobs:
54
56
55
57
58
59
60
61
62
63
0 commit comments