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