Skip to content

Commit 4eb2f6c

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

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ jobs:
2626
- name: build
2727
run: |
2828
cd dovecot
29+
rm -r .github
2930
DEB_BUILD_OPTIONS=nocheck gbp buildpackage --git-no-pristine-tar --git-ignore-branch -us -uc
3031
3132
- name: upload .deb files
@@ -54,6 +55,7 @@ jobs:
5455
- name: build
5556
run: |
5657
cd dovecot
58+
rm -r .github
5759
DEB_BUILD_OPTIONS=nocheck gbp buildpackage --git-no-pristine-tar --git-ignore-branch -us -uc
5860
5961
- name: upload .deb files

0 commit comments

Comments
 (0)