fix: quote all shell commands containing colons in YAML

This commit is contained in:
syoul
2026-03-17 13:08:35 +01:00
parent 2a2fa4d6f4
commit 5800638cc2

View File

@@ -98,7 +98,7 @@ steps:
notify-failure:
image: alpine:3.20
commands:
- echo "ECHEC pipeline #${CI_BUILD_NUMBER} sur commit ${CI_COMMIT_SHA:0:8}"
- echo "Branche: ${CI_COMMIT_BRANCH}"
- 'echo "ECHEC pipeline #${CI_BUILD_NUMBER} sur commit ${CI_COMMIT_SHA}"'
- 'echo "Branche: ${CI_COMMIT_BRANCH}"'
when:
status: failure