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

This commit is contained in:
Tobias Reisinger 2022-04-20 21:33:34 +02:00
parent c35192e53b
commit 1736e8804d
Signed by: serguzim
GPG key ID: 13AD60C237A28DFE
2 changed files with 7 additions and 10 deletions

View file

@ -8,19 +8,16 @@ pipeline:
secrets: [ fontawesome_token ] secrets: [ fontawesome_token ]
commands: commands:
- pwd - pwd
- echo "@fortawesome:registry=https://npm.fontawesome.com/" > .npmrc #- echo "@fortawesome:registry=https://npm.fontawesome.com/" > .npmrc
- echo "//npm.fontawesome.com/:_authToken=$${FONTAWESOME_TOKEN}" >> .npmrc #- echo "//npm.fontawesome.com/:_authToken=$${FONTAWESOME_TOKEN}" >> .npmrc
- npm install #- npm install
- npm run production #- npm run production
prepare_zip: prepare_zip:
image: ubuntu image: bitnami/git
commands: commands:
- apt update - git config --global --add safe.directory /src/reitanlage-oranienburg
- apt install -y zip - git archive --format=zip HEAD -o /src/reitanlage-oranienburg-${DRONE_TAG}.zip --prefix=reitanlage-oranienburg
- cd ..
- "zip -r reitanlage-oranienburg-${DRONE_TAG}.zip reitanlage-oranienburg/
-x .git* .npmrc .woodpecker.yml package*.json node_modules"
release: release:
image: plugins/gitea-release image: plugins/gitea-release

BIN
package-lock.json generated

Binary file not shown.