Corrects typo

This commit is contained in:
Hyatt 2022-01-03 10:46:20 -06:00
parent 27cedaa566
commit 9756aeed8b
Signed by: nhyatt
GPG Key ID: C50D0BBB5BC40BEA

View File

@ -34,7 +34,7 @@ spec:
container ("alpine") { container ("alpine") {
sh """ sh """
apk add --no-cache curl jq apk add --no-cache curl jq
curl --silent --location "\$(curl --silent "https://api.github.com/repos/sigstore/cosign/releases/latest" | jq -r '.assets[0].browser_download_url')" -output "${workspace}/cosign" curl --silent --location "\$(curl --silent "https://api.github.com/repos/sigstore/cosign/releases/latest" | jq -r '.assets[0].browser_download_url')" --output "${workspace}/cosign"
chmod +x "${workspace}/cosign" chmod +x "${workspace}/cosign"
""" """
} }