corrects variable name
This commit is contained in:
parent
75b8da6889
commit
778866f39c
@ -61,7 +61,7 @@ spec:
|
|||||||
|
|
||||||
stage("Build Alpine with CA") {
|
stage("Build Alpine with CA") {
|
||||||
container("kaniko") {
|
container("kaniko") {
|
||||||
def DF = """FROM ${registry}/google/kaniko-project/executor:debug
|
def DF = """FROM ${repository}/google/kaniko-project/executor:debug
|
||||||
COPY ./kaniko-chain.crt /kaniko/ssl/certs/ca-certificates.crt
|
COPY ./kaniko-chain.crt /kaniko/ssl/certs/ca-certificates.crt
|
||||||
"""
|
"""
|
||||||
sh "cp /kaniko/ssl/certs/ca-certificates.crt \"${workspace}/kaniko-chain.crt\""
|
sh "cp /kaniko/ssl/certs/ca-certificates.crt \"${workspace}/kaniko-chain.crt\""
|
||||||
|
Reference in New Issue
Block a user