Test version check
All checks were successful
continuous-integration/drone Build is passing

This commit is contained in:
Florian Brinker 2021-04-21 23:41:40 +02:00
parent 7e281b403e
commit 2784367a2d

View File

@ -7,7 +7,7 @@ steps:
- name: build - name: build
image: alpine image: alpine
commands: commands:
- apk update && apk add bash grep sed curl unzip - apk update && apk add bash grep sed curl unzip jq
- chmod +x ./build.sh - chmod +x ./build.sh
- ./build.sh - ./build.sh