Basic step
This commit is contained in:
parent
2a21fb57d6
commit
773b544d2c
1 changed files with 3 additions and 5 deletions
|
@ -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
|
|
Loading…
Reference in a new issue