Commit 89f71d3d authored by Josh Steinberg's avatar Josh Steinberg

update jenkinsfile

parent 77da46f7
...@@ -8,15 +8,13 @@ pipeline { ...@@ -8,15 +8,13 @@ pipeline {
spec: spec:
containers: containers:
- name: kaniko - name: kaniko
image: gcr.io/kaniko-project/executor:v1.6.0-debug image: gcr.io/kaniko-project/executor:latest
imagePullPolicy: Always imagePullPolicy: Always
command: command:
- sleep - sleep
args: args:
- 99d - 99d
volumeMounts:
- name: jenkins-docker-cfg
mountPath: /kaniko/.docker
''' '''
} }
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment