diff --git a/.woodpecker.yml b/.woodpecker.yml index 24c039d..90089b5 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -14,9 +14,10 @@ pipeline: - npm run production prepare_zip: - image: bash + image: ubuntu commands: - - apk add zip + - apt update + - apt install -y zip - cd .. - "zip -r reitanlage-oranienburg-${DRONE_TAG}.zip reitanlage-oranienburg/ -x .git* .npmrc .woodpecker.yml package*.json node_modules"