[postgis-tickets] [SCM] PostGIS branch master updated. 3.1.0rc1-264-gd60698e

git at osgeo.org git at osgeo.org
Mon Jul 5 02:06:04 PDT 2021


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  d60698ed1c566f98c5c41bcd1f9ba7d746734f95 (commit)
      from  7de3ba7c17844c499f5763e6492b11b544e1cf1d (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 d60698ed1c566f98c5c41bcd1f9ba7d746734f95
Author: Darafei Praliaskouski <me at komzpa.net>
Date:   Mon Jul 5 12:05:02 2021 +0300

    [logbt][github-ci] try to move the runtime vars setup to the build stage to get logbt

diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 7af25c6..1605675 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -46,15 +46,15 @@ jobs:
       run: |
         set -e
         uname -a
-        echo "/tmp/logbt-coredumps/core.%p.%E" | sudo tee /proc/sys/kernel/core_pattern
         echo "FROM postgis/postgis-build-env:${{ matrix.ci.tag }}" > Dockerfile
         echo "ADD --chown=postgres:postgres . /src/postgis" >> Dockerfile
         echo "CMD bash ci/travis/run_${{ matrix.ci.mode }}.sh" >> Dockerfile
         docker build -t pgtest .
-        ci_env=`bash .github/codecov_env.bash`
 
     - name: 'Build & Test'
       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
 
     - name: 'Clean Up Image'

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

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


hooks/post-receive
-- 
PostGIS


More information about the postgis-tickets mailing list