Try to fix pipeline 6
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
Tobias Reisinger 2022-04-20 20:01:52 +02:00
parent c2974c7c21
commit c35192e53b
Signed by: serguzim
GPG key ID: 13AD60C237A28DFE

View file

@ -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"