diff --git a/.drone.yml b/.drone.yml index 8cf9369..ebc5272 100644 --- a/.drone.yml +++ b/.drone.yml @@ -17,6 +17,7 @@ steps: image: alpine/helm pull: always commands: + - helm dependency update - helm package . --- @@ -39,10 +40,11 @@ steps: HELM_PASSWORD: from_secret: helm_password commands: + - helm dependency update - helm package . - curl --user "frederick:$HELM_PASSWORD" -X POST --upload-file './.tgz' https://kolaente.dev/api/packages/vikunja/helm/api/charts --- kind: signature -hmac: 9c29dc4dbf8a34c4e511927f1acaade8b88bdbc558a486301c9a3752e9dc41fb +hmac: 6255e5bec10e3e6eeaf92a8b523e04e03a191c13822b829d3361a861c9845fce ...