oxaliq.net/.woodpecker.yml

14 lines
225 B
YAML
Raw Normal View History

when:
branch:
exclude: [ main ]
2023-12-18 00:25:26 +00:00
steps:
build:
2024-01-07 22:49:32 +00:00
image: debian:bookworm
2023-12-18 00:25:26 +00:00
commands:
- echo "This is the build step"
2024-01-07 23:11:53 +00:00
- ls
2023-12-18 00:25:26 +00:00
a-test-step:
2024-01-07 22:49:32 +00:00
image: debian:bookworm
2023-12-18 00:25:26 +00:00
commands:
- echo "Testing.."