File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -83,7 +83,7 @@ image_build: &image_build
83
83
name : Build images
84
84
command : |
85
85
mkdir -p /workspace/images/kube-$KUBE_RUNTIME-$KUBE_NETWORK
86
- make LINUXKIT_ARGS="-v" KUBE_FORMATS="iso-bios" master node
86
+ make KUBE_FORMATS="iso-bios" master node
87
87
mv kube-master*.iso kube-node*.iso /workspace/images/kube-$KUBE_RUNTIME-$KUBE_NETWORK
88
88
- persist_to_workspace :
89
89
root : /workspace
@@ -179,10 +179,10 @@ jobs:
179
179
- run :
180
180
name : Versions
181
181
command : |
182
- chmod +x /workspace/bin/docker # docker version deferred until daemon configured in relevant jobs
183
- chmod +x /workspace/bin/linuxkit && /workspace/bin/linuxkit version
184
- chmod +x /workspace/bin/manifest-tool && /workspace/bin/manifest-tool --version
185
- chmod +x /workspace/bin/notary && /workspace/bin/notary version
182
+ chmod +x /workspace/bin/docker # docker version deferred until daemon configured in relevant jobs
183
+ chmod +x /workspace/bin/linuxkit && /workspace/bin/linuxkit version
184
+ chmod +x /workspace/bin/manifest-tool && /workspace/bin/manifest-tool --version
185
+ chmod +x /workspace/bin/notary && /workspace/bin/notary version
186
186
- persist_to_workspace :
187
187
root : /workspace
188
188
paths : bin
You can’t perform that action at this time.
0 commit comments