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

Skip to content
Extraits de code Groupes Projets

fix: improve deploy-chart regex to remove quotes

Fermé Mathieu Verpillat a demandé de fusionner fix/deploy-chart-regex vers main
1 fil de conversation non résolu

change the regex to set PKG_NAME and PKG_VERSION in deploy-chart ci jobs

Rapports de requête de fusion

Fermée par Mathieu VerpillatMathieu Verpillat il y a un an (sept. 5, 2023 2:22pm UTC)

Loading

Activité

Filtrer l'activité
  • Approbations
  • Assignés et relecteurs
  • Commentaires (des bots)
  • Commentaires (des utilisateurs)
  • Branches et validations
  • Modifications
  • Labels
  • État de verrouillage
  • Mentions
  • État de la demande de fusion
  • Suivi
27 27 CHART_DIR: chart
28 28 interruptible: true
29 29 script:
30 - PCKG_NAME=$(grep "name:" ${CHART_DIR}/Chart.yaml|cut -d':' -f2 | tr -d ' ')
31 - PCKG_VERSION=$(grep "version:" ${CHART_DIR}/Chart.yaml|cut -d':' -f2 | tr -d ' ')
30 - PCKG_NAME=$(grep "name:" ${CHART_DIR}/Chart.yaml|cut -d':' -f2 | tr -d ' ' | tr -d '"')
  • Simon HENRY requested review from @simon.henry and removed review request for @matthieu.proboeuf

    requested review from @simon.henry and removed review request for @matthieu.proboeuf

  • Veuillez vous inscrire ou vous connecter pour répondre
    Chargement en cours