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