[SCM] PostGIS branch master updated. 3.5.0-300-g84a6c80ff
git at osgeo.org
git at osgeo.org
Wed Apr 30 10:49:02 PDT 2025
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 84a6c80ffe4a0b2d15ab2be998db8c6b32a71fb8 (commit)
from 140f2144fbd7d480cf6845ad8dc4e57ccd6c6dcf (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 84a6c80ffe4a0b2d15ab2be998db8c6b32a71fb8
Author: Sandro Santilli <strk at kbt.io>
Date: Wed Apr 30 19:15:24 2025 +0200
[gitlab-ci] Split gitlab-ci config between gitlab.com and inaf.it
diff --git a/.gitlab-ci.yml b/.gitlab/gitlab.com/ci.yml
similarity index 100%
copy from .gitlab-ci.yml
copy to .gitlab/gitlab.com/ci.yml
diff --git a/.gitlab-ci.yml b/.gitlab/inaf.it/ci.yml
similarity index 91%
rename from .gitlab-ci.yml
rename to .gitlab/inaf.it/ci.yml
index bfaee0567..db022b2e8 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab/inaf.it/ci.yml
@@ -1,4 +1,8 @@
.build_definition: &build_definition
+ tags:
+ # All the following tags will need to be present in
+ # a runner in order to pick up the job
+ - git-run-ia2
except:
- main
before_script:
-----------------------------------------------------------------------
Summary of changes:
.gitlab-ci.yml => .gitlab/gitlab.com/ci.yml | 0
.gitlab-ci.yml => .gitlab/inaf.it/ci.yml | 4 ++++
2 files changed, 4 insertions(+)
copy .gitlab-ci.yml => .gitlab/gitlab.com/ci.yml (100%)
rename .gitlab-ci.yml => .gitlab/inaf.it/ci.yml (91%)
hooks/post-receive
--
PostGIS
More information about the postgis-tickets
mailing list