woodpecker: fix yaml syntax
This commit is contained in:
@@ -9,7 +9,8 @@ steps:
|
|||||||
- name: notify
|
- name: notify
|
||||||
image: alpine
|
image: alpine
|
||||||
commands:
|
commands:
|
||||||
- echo "=== Soleprint ${CI_COMMIT_SHA:0:7} ==="
|
- echo "=== Soleprint ==="
|
||||||
- echo "Branch: ${CI_COMMIT_BRANCH}"
|
- echo "Branch: $CI_COMMIT_BRANCH"
|
||||||
- echo "Message: ${CI_COMMIT_MESSAGE}"
|
- echo "Commit: $CI_COMMIT_SHA"
|
||||||
|
- echo "Message: $CI_COMMIT_MESSAGE"
|
||||||
- echo "Build locally with: ./ctrl/deploy-domains.sh standalone --build"
|
- echo "Build locally with: ./ctrl/deploy-domains.sh standalone --build"
|
||||||
|
|||||||
Reference in New Issue
Block a user