diff options
Diffstat (limited to '.woodpecker/main.yaml')
-rw-r--r-- | .woodpecker/main.yaml | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/.woodpecker/main.yaml b/.woodpecker/main.yaml index c77d1c6..e455b91 100644 --- a/.woodpecker/main.yaml +++ b/.woodpecker/main.yaml @@ -5,9 +5,7 @@ when: - pull_request branch: main steps: - - name: build - image: alpine:3.17.2 + - name: build + image: debian commands: - - apk update - - apk add zola - - zola build + - echo "This is the build step"
\ No newline at end of file |