Skip to content

Commit 2e0f71b

Browse files
author
Oscar NARVAEZ
committed
Update to new groupware CI template
1 parent 017316c commit 2e0f71b

2 files changed

Lines changed: 5 additions & 13 deletions

File tree

.gitlab-ci.yml

Lines changed: 2 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -10,21 +10,10 @@ include:
1010
- project: 'sertit/groupware'
1111
file: '/ci_templates/arcgis_plugin.yaml'
1212

13-
deploy:
13+
trigger_sertit_atools:
14+
extends: .trigger_sertit_atools_update_tool
1415
variables:
15-
PROJECT_PATH: $CI_PROJECT_PATH
1616
PROJECT_ROOT: "rusle"
17-
stage: deploy
18-
trigger: sertit/arcgis-pro/sertit_atools
19-
rules:
20-
# Deploy if tag
21-
- if: $CI_COMMIT_TAG
22-
when: on_success
23-
# Manual deploy if commit to the default branch
24-
- if: $CI_COMMIT_REF_NAME == $CI_DEFAULT_BRANCH
25-
when: manual
26-
27-
2817

2918
deploy_registry:
3019
image: python:latest

CHANGES.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# Release History
22

3+
## 2.4.12 (2025-MM-DD)
4+
- CI: Use new groupware CI template for triggering sertit_atools update
5+
36
## 2.4.10 (2025-05-13)
47
- Change print errors to loggers
58

0 commit comments

Comments
 (0)