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 14, 2024
1 parent 7a86fab commit 8b78e93
Showing 1 changed file with 1 addition and 33 deletions.
34 changes: 1 addition & 33 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,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 Down Expand Up @@ -114,38 +114,6 @@ push-repository:
tags:
- fabric

#
# Infrav3 packaging
#

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

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

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

#
# Infrav2 packaging
Expand Down

0 comments on commit 8b78e93

Please sign in to comment.