[geos-commits] [SCM] GEOS branch main updated. 702973e45a2e29d6808e5fd0bc282485739b5d7d

git at osgeo.org git at osgeo.org
Wed Jun 28 14:47:08 PDT 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 "GEOS".

The branch, main has been updated
       via  702973e45a2e29d6808e5fd0bc282485739b5d7d (commit)
      from  583ee5684df6def17e96f5e1dca052754ad9481a (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 702973e45a2e29d6808e5fd0bc282485739b5d7d
Author: Regina Obe <lr at pcorp.us>
Date:   Wed Jun 28 17:26:26 2023 -0400

    Fix gitlab-ci make distcheck
    
     - Removed install git2cl was causing failure for some reason
     - Remove master branch, no longer needed to block since
       master is gone

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 26ad7f3f3..23f4f1549 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -5,12 +5,10 @@ before_script:
     - uname -a
 
 test:
-  except:
-    - master
   script:
     - mkdir build
     - cd build
     - cmake ..
     - make V=0
-    - install -m 755 /bin/true /usr/local/bin/git2cl
+    #- install -m 755 /bin/true /usr/local/bin/git2cl
     - make distcheck

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

Summary of changes:
 .gitlab-ci.yml | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)


hooks/post-receive
-- 
GEOS


More information about the geos-commits mailing list