updates packge name

This commit is contained in:
Hyatt 2022-03-29 18:39:11 -05:00
parent 58df2c1150
commit bbcae0a91b
Signed by: nhyatt
GPG Key ID: C50D0BBB5BC40BEA

View File

@ -40,7 +40,7 @@ pipeline {
apk add --no-cache curl
fi
if [ ! -f "/usr/bin/jq" ] || [ ! -x "/usr/bin/jq" ]; then
apk add --no-cache curl
apk add --no-cache jq
fi
"""