Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ podTemplate(yaml: '''
- name: kaniko
image: gcr.io/kaniko-project/executor:debug
command:
- sleep
- /busybox/sleep
args:
- 9999999
- infinity
volumeMounts:
- name: kaniko-secret
mountPath: /kaniko/.docker
Expand Down Expand Up @@ -50,4 +50,4 @@ podTemplate(yaml: '''
}

}
}
}