maren/add-ci #2

Closed
maren wants to merge 21 commits from maren/add-ci into main
Showing only changes of commit 2b37faf832 - Show all commits

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.."