removes invalid stage

This commit is contained in:
Hyatt 2022-01-03 13:25:05 -06:00
parent ea4117c1de
commit 49aa8b51e9
Signed by: nhyatt
GPG Key ID: C50D0BBB5BC40BEA

View File

@ -26,16 +26,6 @@ spec:
node (label) {
def workspace = pwd()
stage("Get Cosign") {
container("alpine") {
sh """
apk add --no-cache curl jq
curl --silent --location "https://github.com/sigstore/cosign/releases/download/\$(curl --silent "https://api.github.com/repos/sigstore/cosign/releases/latest" | jq -r '.tag_name')/cosign-linux-amd64" --output "${workspace}/cosign"
chmod +x "${workspace}/cosign"
"""
}
}
stage ("Prepare Kaniko") {
container ("kaniko") {
withCredentials([usernameColonPassword(