From 49aa8b51e9deb9e26a4aa3d8a032969e00920845 Mon Sep 17 00:00:00 2001 From: The_Spider Date: Mon, 3 Jan 2022 13:25:05 -0600 Subject: [PATCH] removes invalid stage --- build-kaniko.jenkins | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/build-kaniko.jenkins b/build-kaniko.jenkins index e38d5c5..67cdf54 100644 --- a/build-kaniko.jenkins +++ b/build-kaniko.jenkins @@ -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(