14 lines
225 B
YAML
14 lines
225 B
YAML
# sysmonstm Pipeline
|
|
|
|
when:
|
|
- event: push
|
|
- event: manual
|
|
|
|
steps:
|
|
- name: notify
|
|
image: alpine
|
|
commands:
|
|
- echo === sysmonstm ===
|
|
- echo Branch: $CI_COMMIT_BRANCH
|
|
- echo Commit: $CI_COMMIT_SHA
|