chore(ci) #72

Merged
Anri merged 18 commits from chore/ci into main 2023-02-14 21:13:49 +01:00
Showing only changes of commit 2510dd53a8 - Show all commits

View file

@ -0,0 +1,9 @@
pipeline:
build:
image: debian
commands:
- echo "This is the build step"
a-test-step:
image: debian
commands:
- echo "Testing.."