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: notify-failure:
image: alpine:3.20 image: alpine:3.20
commands: commands:
- echo "ECHEC pipeline #${CI_BUILD_NUMBER} sur commit ${CI_COMMIT_SHA:0:8}" - 'echo "ECHEC pipeline #${CI_BUILD_NUMBER} sur commit ${CI_COMMIT_SHA}"'
- echo "Branche: ${CI_COMMIT_BRANCH}" - 'echo "Branche: ${CI_COMMIT_BRANCH}"'
when: when:
status: failure status: failure