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 ]
commands:
- pwd
- echo "@fortawesome:registry=https://npm.fontawesome.com/" > .npmrc
- echo "//npm.fontawesome.com/:_authToken=$${FONTAWESOME_TOKEN}" >> .npmrc
- npm install
- npm run production
#- echo "@fortawesome:registry=https://npm.fontawesome.com/" > .npmrc
#- echo "//npm.fontawesome.com/:_authToken=$${FONTAWESOME_TOKEN}" >> .npmrc
#- npm install
#- npm run production
prepare_zip:
image: ubuntu
image: bitnami/git
commands:
- 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"
- git config --global --add safe.directory /src/reitanlage-oranienburg
- git archive --format=zip HEAD -o /src/reitanlage-oranienburg-${DRONE_TAG}.zip --prefix=reitanlage-oranienburg
release:
image: plugins/gitea-release

BIN
package-lock.json generated

Binary file not shown.