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 ]
|
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
BIN
package-lock.json
generated
Binary file not shown.
Loading…
Reference in a new issue