fix: quote all shell commands containing colons in YAML
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user