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
1 changed files with 1 additions and 2 deletions

View File

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