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
|
# Soleprint Pipeline
|
||||||
# Build happens locally, this just logs deployment status
|
|
||||||
|
|
||||||
when:
|
when:
|
||||||
- event: push
|
- event: push
|
||||||
@@ -10,7 +9,6 @@ steps:
|
|||||||
image: alpine
|
image: alpine
|
||||||
commands:
|
commands:
|
||||||
- echo "=== Soleprint ==="
|
- echo "=== Soleprint ==="
|
||||||
- echo "Branch: $CI_COMMIT_BRANCH"
|
- "echo Branch: $CI_COMMIT_BRANCH"
|
||||||
- echo "Commit: $CI_COMMIT_SHA"
|
- "echo Commit: $CI_COMMIT_SHA"
|
||||||
- echo "Message: $CI_COMMIT_MESSAGE"
|
- "echo Build locally: ./ctrl/deploy-domains.sh standalone --build"
|
||||||
- echo "Build locally with: ./ctrl/deploy-domains.sh standalone --build"
|
|
||||||
|
|||||||
Reference in New Issue
Block a user