Skip to content

Commit

Permalink
CI: Remove infra-v3 packaging
Browse files Browse the repository at this point in the history
  • Loading branch information
dmarteau committed Nov 15, 2024
1 parent 55377f3 commit f635a65
Showing 1 changed file with 0 additions and 31 deletions.
31 changes: 0 additions & 31 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,37 +92,6 @@ push-repository:
- fabric


.infrav3-package:
dependencies:
- version
- package-zip
script:
- $FACTORY_SCRIPTS/make-package-$CI_STAGING qgis_cadastre ${VERSION} ${FACTORY_PRODUCT_NAME} qgis-plugin
tags:
- infrav3
variables:
CI_ARCHIVE: ${FACTORY_PRODUCT_NAME}.${VERSION}.zip

deploy_snap_3:
extends: .infrav3-package
stage: deploy
environment:
name: snap
variables:
CI_STAGING: snapshot

release_prod_3:
extends: .infrav3-package
stage: release
environment:
name: production
only:
- tags
variables:
CI_STAGING: release



deploy_snap_2:
stage: deploy
dependencies:
Expand Down

0 comments on commit f635a65

Please sign in to comment.