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 ] exclude: [ main ]
steps: steps:
build: build:
image: debian image: debian:bookworm
commands: commands:
- echo "This is the build step" - echo "This is the build step"
a-test-step: a-test-step:
image: debian image: debian:bookworm
commands: commands:
- echo "Testing.." - echo "Testing.."