Try to fix pipeline 7
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
c35192e53b
commit
1736e8804d
2 changed files with 7 additions and 10 deletions
|
@ -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
BIN
package-lock.json
generated
Binary file not shown.
Loading…
Reference in a new issue