fix: improve deploy-chart regex to remove quotes
1 fil de conversation non résolu
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
Activité
Filtrer l'activité
requested review from @matthieu.proboeuf
assigned to @mathieuverpillat
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 '"') requested review from @simon.henry and removed review request for @matthieu.proboeuf
Veuillez vous inscrire ou vous connecter pour répondre