Commit ec7e4a40 authored by Josh Steinberg's avatar Josh Steinberg

update yaml spacing

parent 89f71d3d
......@@ -6,14 +6,14 @@ pipeline {
yaml '''
kind: Pod
spec:
containers:
- name: kaniko
image: gcr.io/kaniko-project/executor:latest
imagePullPolicy: Always
command:
- sleep
args:
- 99d
containers:
- name: kaniko
image: gcr.io/kaniko-project/executor:latest
imagePullPolicy: Always
command:
- sleep
args:
- 99d
'''
}
......
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