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 - name: notify
image: alpine image: alpine
commands: commands:
- echo "=== sysmonstm ===" - echo === sysmonstm ===
- echo "Branch: $CI_COMMIT_BRANCH" - echo Branch: $CI_COMMIT_BRANCH
- echo "Commit: $CI_COMMIT_SHA" - echo Commit: $CI_COMMIT_SHA