Basic step

This commit is contained in:
Aeddis 2024-09-26 15:37:49 +02:00
parent 2a21fb57d6
commit 773b544d2c

View file

@ -6,8 +6,6 @@ when:
branch: main branch: main
steps: steps:
- name: build - name: build
image: alpine:3.17.2 image: debian
commands: commands:
- apk update - echo "This is the build step"
- apk add zola
- zola build