woodpecker: fix yaml quoting
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
buenosairesam
2026-01-02 20:59:33 -03:00
parent 9e8aed3d9f
commit 05e7ead081

View File

@@ -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"