This commit is contained in:
Vendored
+3
-1
@@ -47,7 +47,9 @@ spec:
|
||||
container(name: 'kaniko', shell: '/busybox/sh') {
|
||||
ansiColor('xterm') {
|
||||
sh '''#!/busybox/sh
|
||||
/kaniko/executor -f `pwd`/Dockerfile.run -c `pwd` --cache=true --destination=${REGISTRY}/${REPOSITORY}/${IMAGE}
|
||||
ls
|
||||
pwd
|
||||
/kaniko/executor -f ./Dockerfile --cache=true --no-push}
|
||||
'''
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user