fix yaml quoting

This commit is contained in:
buenosairesam
2026-01-02 21:20:08 -03:00
parent 5343ce7350
commit 03af79caae

View File

@@ -8,6 +8,6 @@ steps:
- name: notify
image: alpine
commands:
- echo "=== sysmonstm ==="
- echo "Branch: $CI_COMMIT_BRANCH"
- echo "Commit: $CI_COMMIT_SHA"
- echo === sysmonstm ===
- echo Branch: $CI_COMMIT_BRANCH
- echo Commit: $CI_COMMIT_SHA