ugh-testing/.woodpecker.yml

11 lines
176 B
YAML
Raw Normal View History

2023-09-02 18:02:04 +02:00
# .woodpecker.yml
steps:
build:
image: alpine
commands:
- echo "This is the build step"
a-test-step:
image: alpine
commands:
- echo "Testing.."