From 304fe40aff9714e8cad5f04cd39f2ddf78f395fd Mon Sep 17 00:00:00 2001 From: Tyler Date: Tue, 21 May 2019 22:34:21 -0400 Subject: [PATCH] Add jq to alpine dependencies --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 1c22a92..33bcc44 100644 --- a/.drone.yml +++ b/.drone.yml @@ -16,7 +16,7 @@ steps: path: /tmp/build image: alpine:latest commands: - - apk add --update zip + - apk add --update zip jq - cp /tmp/build/remote.exe /tmp/build/remote plugin/ - cat plugin/manifest.json | jq -r '.Version' > /tmp/build/version.txt - mv plugin tf.meow.remote.sdPlugin