11 lines
176 B
YAML
11 lines
176 B
YAML
# .woodpecker.yml
|
|
steps:
|
|
build:
|
|
image: alpine
|
|
commands:
|
|
- echo "This is the build step"
|
|
a-test-step:
|
|
image: alpine
|
|
commands:
|
|
- echo "Testing.."
|