[postgis-tickets] [SCM] PostGIS branch master updated. 3.3.0rc2-548-gd40829d33

git at osgeo.org git at osgeo.org
Thu Jan 12 03:19:45 PST 2023


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "PostGIS".

The branch, master has been updated
       via  d40829d33923459b15a543fe103e586be7b45f25 (commit)
      from  9cc7f6a8673760d20c8bf09c2ecafde9e36837a5 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit d40829d33923459b15a543fe103e586be7b45f25
Author: Sandro Santilli <strk at kbt.io>
Date:   Thu Jan 12 12:16:05 2023 +0100

    [gha] Enable verbosity on check step

diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 4d5518279..a0614a2cd 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -56,7 +56,7 @@ jobs:
       run: |
         echo "/tmp/logbt-coredumps/core.%p.%E" | sudo tee /proc/sys/kernel/core_pattern
         ci_env=`bash .github/codecov_env.bash`
-        docker run $ci_env --name pgtest-${GITHUB_RUN_NUMBER} pgtest
+        docker run -e RUNTESTFLAGS=-v $ci_env --name pgtest-${GITHUB_RUN_NUMBER} pgtest
 
     - name: 'Clean Up Image'
       if: ${{ success() }}

-----------------------------------------------------------------------

Summary of changes:
 .github/workflows/ci.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


hooks/post-receive
-- 
PostGIS


More information about the postgis-tickets mailing list