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