From b19a3f739132482946a006d75c2903772534bcf9 Mon Sep 17 00:00:00 2001 From: Danny Bessems Date: Tue, 11 Jul 2023 17:30:23 +0200 Subject: [PATCH] build: Remove redundant apk repository commands --- .drone.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index 10fd7b3..1dbf37a 100644 --- a/.drone.yml +++ b/.drone.yml @@ -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