woodpecker: fix yaml syntax

This commit is contained in:
buenosairesam
2026-01-02 20:34:41 -03:00
parent c78b9f394c
commit 2fab80cb0c

View File

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