woodpecker: fix yaml quoting
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
This commit is contained in:
@@ -1,5 +1,4 @@
|
||||
# Soleprint Pipeline
|
||||
# Build happens locally, this just logs deployment status
|
||||
|
||||
when:
|
||||
- event: push
|
||||
@@ -10,7 +9,6 @@ steps:
|
||||
image: alpine
|
||||
commands:
|
||||
- echo "=== Soleprint ==="
|
||||
- echo "Branch: $CI_COMMIT_BRANCH"
|
||||
- echo "Commit: $CI_COMMIT_SHA"
|
||||
- echo "Message: $CI_COMMIT_MESSAGE"
|
||||
- echo "Build locally with: ./ctrl/deploy-domains.sh standalone --build"
|
||||
- "echo Branch: $CI_COMMIT_BRANCH"
|
||||
- "echo Commit: $CI_COMMIT_SHA"
|
||||
- "echo Build locally: ./ctrl/deploy-domains.sh standalone --build"
|
||||
|
||||
Reference in New Issue
Block a user