From 2784367a2d55cc9ad4bbe6eb9e9f3cf68074b0cf Mon Sep 17 00:00:00 2001 From: Florian Brinker Date: Wed, 21 Apr 2021 23:41:40 +0200 Subject: [PATCH] Test version check --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index d74bf84..d829a57 100644 --- a/.drone.yml +++ b/.drone.yml @@ -7,7 +7,7 @@ steps: - name: build image: alpine commands: - - apk update && apk add bash grep sed curl unzip + - apk update && apk add bash grep sed curl unzip jq - chmod +x ./build.sh - ./build.sh