Skip to content

Commit

Permalink
CI: Use fabric-ci image for 'fabric' jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
dmarteau committed Nov 15, 2024
1 parent f635a65 commit 65c8537
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ package-zip:
package ${VERSION}
--plugin-repo-url https://packages.3liz.org/pub/${FACTORY_PRODUCT_NAME}-qgis-plugin/${STATUS}/
tags:
- infrav3-plain
- factory-plain
artifacts:
untracked: true
expose_as: 'QGIS package'
Expand All @@ -43,6 +43,7 @@ package-zip:
- plugins.xml

push-zip-fetch-repo:
image: ${REGISTRY_URL}/factory-ci-runner:fabric-ci
dependencies:
- version
- package-zip
Expand Down Expand Up @@ -75,13 +76,14 @@ edit-repository:
script:
- qgis-plugin-repo merge plugins.xml tmp_repository/*.xml
tags:
- factory
- factory-dind
artifacts:
untracked: true
paths:
- tmp_repository/*.xml

push-repository:
image: ${REGISTRY_URL}/factory-ci-runner:fabric-ci
stage: qgis-repository-push
dependencies:
- version
Expand All @@ -91,8 +93,8 @@ push-repository:
tags:
- fabric


deploy_snap_2:
image: ${REGISTRY_URL}/factory-ci-runner:fabric-ci
stage: deploy
dependencies:
- push-repository
Expand Down

0 comments on commit 65c8537

Please sign in to comment.