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