[SCM] postgis.net branch back-to-toml updated. clarity-final-97-g120c453

git at osgeo.org git at osgeo.org
Fri May 31 07:48:11 PDT 2024


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.net".

The branch, back-to-toml has been updated
       via  120c453f221b9dd88c61884507becb3f3b43307b (commit)
      from  ebed666be9d5597731f20b90636f25fa1af791ab (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 120c453f221b9dd88c61884507becb3f3b43307b
Author: Sandro Santilli <strk at kbt.io>
Date:   Fri May 31 16:47:58 2024 +0200

    Try various ways to install tomlq

diff --git a/.woodpecker/build.yml b/.woodpecker/build.yml
index 4669f9b..c7bc584 100644
--- a/.woodpecker/build.yml
+++ b/.woodpecker/build.yml
@@ -11,4 +11,10 @@ steps:
   check-md5:
     image: badouralix/curl-jq
     commands:
+      - ls /etc
+      - cat /etc/motd || true
+      - cat /etc/issue || true
+      - lsb_release || true
+      - apt install yq || true
+      - apk add yq || true
       - utils/check_releases_md5.sh

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

Summary of changes:
 .woodpecker/build.yml | 6 ++++++
 1 file changed, 6 insertions(+)


hooks/post-receive
-- 
postgis.net


More information about the postgis-tickets mailing list