dc/.woodpecker.yml

9 lines
160 B
YAML
Raw Normal View History

2023-07-13 11:44:05 +00:00
pipeline:
build:
image: debian
commands:
- echo "This is the build step"
a-test-step:
image: debian
commands:
- echo "Testing.."