ci
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
maren 2024-01-07 17:49:32 -05:00
parent f51281523a
commit 2b37faf832

View file

@ -3,10 +3,10 @@ when:
exclude: [ main ]
steps:
build:
image: debian
image: debian:bookworm
commands:
- echo "This is the build step"
a-test-step:
image: debian
image: debian:bookworm
commands:
- echo "Testing.."