Voici la documentation : https://geoplateforme.pages.gpf-tech.ign.fr/documentation

Skip to content
Extraits de code Groupes Projets

ci: use harbor public project for toolbelt

Fusionnées Mathieu Verpillat a demandé de fusionner ci/harbor-integration vers main
1 fichier
+ 1
1
Comparer les modifications
  • Côte à côte
  • En ligne
+ 1
1
@@ -27,7 +27,7 @@ variables:
.deploy-chart:
stage: deploy
image:
name: registry.gpf-tech.ign.fr/geoplateforme/gpf-utils/gpf-ci-toolbelt:latest
name: ${HARBOR_HOST}/geoplateforme/gpf-utils/gpf-ci-toolbelt:latest
interruptible: true
script:
- PCKG_NAME=$(yq '.name' ${CHART_DIR}/Chart.yaml)
Chargement en cours