Skip to content

Commit 3bd5656

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

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

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

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,10 @@ jobs:
2626
- name: build
2727
run: |
2828
cd dovecot
29+
git rm -r .github
30+
git config --local user.name "test"
31+
git config --local user.email "[email protected]"
32+
git commit -am "CI: remove .github directory before building"
2933
DEB_BUILD_OPTIONS=nocheck gbp buildpackage --git-no-pristine-tar --git-ignore-branch -us -uc
3034
3135
- name: upload .deb files
@@ -54,6 +58,10 @@ jobs:
5458
- name: build
5559
run: |
5660
cd dovecot
61+
git rm -r .github
62+
git config --local user.name "test"
63+
git config --local user.email "[email protected]"
64+
git commit -am "CI: remove .github directory before building"
5765
DEB_BUILD_OPTIONS=nocheck gbp buildpackage --git-no-pristine-tar --git-ignore-branch -us -uc
5866
5967
- name: upload .deb files

ChangeLog

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,3 @@
1-
2025-07-22 15:27:09 +0000 missytake <[email protected]> (429a5f971)
2-
3-
CI: build .deb and upload to download.delta.chat
4-
5-
6-
M .github/workflows/build-deb.yml
7-
M .github/workflows/build-deb-staging.yml
8-
91
2023-08-28 15:27:09 +0000 Marco Bettini <[email protected]> (47349e2482)
102

113
mail-crypt: mail_crypt_mailbox_allocated() - Force cross-user copies to

0 commit comments

Comments
 (0)