You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ponymail.apache.org by se...@apache.org on 2022/01/26 22:08:48 UTC

[incubator-ponymail-foal] branch master updated: Show generated config files

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 2dd1886  Show generated config files
2dd1886 is described below

commit 2dd18860cecfe48f7154c409e03d55d2cac3e779
Author: Sebb <se...@apache.org>
AuthorDate: Wed Jan 26 22:02:10 2022 +0000

    Show generated config files
---
 .github/workflows/integration-tests.yml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/.github/workflows/integration-tests.yml b/.github/workflows/integration-tests.yml
index bfc2a15..3d68e3d 100644
--- a/.github/workflows/integration-tests.yml
+++ b/.github/workflows/integration-tests.yml
@@ -49,6 +49,9 @@ jobs:
       run: |
         cd tools
         ./setup.py --defaults --devel
+        cat archiver.yaml
+        cd ..
+        cat server/ponymail.yaml
     - name: Show Database
       run: |
         curl -sq "http://localhost:9200/_cat/indices?v"