Try to fix pipeline 6
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
This commit is contained in:
parent
c2974c7c21
commit
c35192e53b
1 changed files with 3 additions and 2 deletions
|
@ -14,9 +14,10 @@ pipeline:
|
||||||
- npm run production
|
- npm run production
|
||||||
|
|
||||||
prepare_zip:
|
prepare_zip:
|
||||||
image: bash
|
image: ubuntu
|
||||||
commands:
|
commands:
|
||||||
- apk add zip
|
- apt update
|
||||||
|
- apt install -y zip
|
||||||
- cd ..
|
- cd ..
|
||||||
- "zip -r reitanlage-oranienburg-${DRONE_TAG}.zip reitanlage-oranienburg/
|
- "zip -r reitanlage-oranienburg-${DRONE_TAG}.zip reitanlage-oranienburg/
|
||||||
-x .git* .npmrc .woodpecker.yml package*.json node_modules"
|
-x .git* .npmrc .woodpecker.yml package*.json node_modules"
|
||||||
|
|
Loading…
Reference in a new issue