This is an automated email from the ASF dual-hosted git repository.
sebb pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-ponymail-foal.git
The following commit(s) were added to refs/heads/master by this push:
new 3cc68ef Append, not clobber
3cc68ef is described below
commit 3cc68ef0397ffccd0b9af9e8fa1a231922b092d1
Author: Sebb <[email protected]>
AuthorDate: Thu Jan 27 00:03:58 2022 +0000
Append, not clobber
---
.github/workflows/integration-tests.yml | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/.github/workflows/integration-tests.yml
b/.github/workflows/integration-tests.yml
index c846b12..9216019 100644
--- a/.github/workflows/integration-tests.yml
+++ b/.github/workflows/integration-tests.yml
@@ -54,11 +54,12 @@ jobs:
cat archiver.yaml
cd ..
# add some oauth entries for use by the testauth plugin
- cat >server/ponymail.yaml <<EOD
+ cat >>server/ponymail.yaml <<EOD
authoritative_domains:
- localhost
admins:
- [email protected]
+
EOD
echo server/ponymail.yaml
cat server/ponymail.yaml