hello-platform/.woodpecker.yml
2026-05-18 20:29:30 +03:00

13 lines
249 B
YAML

when:
- event: push
steps:
- name: hello
image: alpine:3.20
commands:
- echo "Hello from $CI_REPO_NAME on Woodpecker"
- echo "Commit: $CI_COMMIT_SHA"
- echo "Author: $CI_COMMIT_AUTHOR"
- uname -a
- date -u