feat: drone
continuous-integration/drone/tag Build is failing Details

This commit is contained in:
Dawid Wysokiński 2022-12-03 08:16:49 +01:00
parent 983302a914
commit 349d7dd6a5
Signed by: Kichiyaki
GPG Key ID: B5445E357FB8B892
1 changed files with 2 additions and 2 deletions

View File

@ -16,7 +16,7 @@ steps:
GITEA_PASSWORD: GITEA_PASSWORD:
from_secret: gitea_password from_secret: gitea_password
commands: commands:
- apt install -y zip curl - apt update && apt install -y zip curl
- yarn && yarn build - yarn && yarn build
- cd dist && zip -r extension.zip * && mv extension.zip ../ && cd .. - cd dist && zip -r extension.zip * && mv extension.zip ../ && cd ..
- curl --user "${GITEA_USERNAME}:${GITEA_PASSWORD}" \ - curl --user "${GITEA_USERNAME}:${GITEA_PASSWORD}" \
@ -28,6 +28,6 @@ trigger:
- tag - tag
--- ---
kind: signature kind: signature
hmac: 0bca61cd1b9a7c96b504e849dae0318570020d7bec6c53cad053d70075bc386c hmac: cf7a4e1aecaedbfc60425b11bf42613dfd2bde9914b4b8c9c36a7f3f0febea41
... ...