build: Remove redundant apk repository commands

This commit is contained in:
Danny Bessems 2023-07-11 17:30:23 +02:00
parent cde425809f
commit b19a3f7391

View File

@ -85,8 +85,7 @@ steps:
pull: always pull: always
commands: commands:
- | - |
echo '$MIRROR/alpine/edge/community' >> /etc/apk/repositories apk add \
apk update && apk add \
yq yq
- | - |
helm package ./charts/json-server helm package ./charts/json-server