fix yaml quoting
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user