Corrects typo
This commit is contained in:
parent
27cedaa566
commit
9756aeed8b
@ -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"
|
||||||
"""
|
"""
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user