maren/add-ci #3

Merged
oxaliq merged 21 commits from maren/add-ci into main 2024-01-08 02:13:22 +00:00
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.."