Skip to content

Commit b254187

Browse files
committed
CI: remove workflows before building
1 parent 7e9f8bf commit b254187

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/build-staging-deb.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,8 @@ jobs:
2626
- name: build
2727
run: |
2828
cd dovecot
29+
git rm -r .github
30+
git commit -am "Remove CI workflows before building"
2931
DEB_BUILD_OPTIONS=nocheck gbp buildpackage --git-no-pristine-tar --git-ignore-branch -us -uc
3032
3133
- name: upload .deb files
@@ -54,6 +56,8 @@ jobs:
5456
- name: build
5557
run: |
5658
cd dovecot
59+
git rm -r .github
60+
git commit -am "Remove CI workflows before building"
5761
DEB_BUILD_OPTIONS=nocheck gbp buildpackage --git-no-pristine-tar --git-ignore-branch -us -uc
5862
5963
- name: upload .deb files

0 commit comments

Comments
 (0)