build: Remove erroneous parameter
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
ec276c088d
commit
7f5242eedc
@ -79,7 +79,7 @@ steps:
|
||||
commands:
|
||||
- |
|
||||
echo '$MIRROR/alpine/edge/community' >> /etc/apk/repositories
|
||||
apk update && apk add -y \
|
||||
apk update && apk add \
|
||||
yq
|
||||
- |
|
||||
helm package ./charts/json-server
|
||||
|
Loading…
Reference in New Issue
Block a user