From 1114291ee49681b57d65c42dabb868a89661858c Mon Sep 17 00:00:00 2001 From: root Date: Tue, 6 Oct 2020 15:05:26 +0200 Subject: [PATCH] test sonar --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 88a1d04..6af5c44 100644 --- a/.drone.yml +++ b/.drone.yml @@ -11,7 +11,7 @@ steps: from_secret: sonar_token sources: . commands: - - echo "http://dl-cdn.alpinelinux.org/alpine/edge/testing" >> /etc/apk/repositories + - echo "http://dl-cdn.alpinelinux.org/alpine/edge/community" >> /etc/apk/repositories - apk update - apk add shellcheck