removes invalid stage
This commit is contained in:
parent
ea4117c1de
commit
49aa8b51e9
@ -26,16 +26,6 @@ spec:
|
|||||||
node (label) {
|
node (label) {
|
||||||
def workspace = pwd()
|
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") {
|
stage ("Prepare Kaniko") {
|
||||||
container ("kaniko") {
|
container ("kaniko") {
|
||||||
withCredentials([usernameColonPassword(
|
withCredentials([usernameColonPassword(
|
||||||
|
Reference in New Issue
Block a user