Fix doc bug in builds.md (#187)

This commit is contained in:
Jason Hall 2018-07-18 14:40:32 -07:00 committed by Google Prow Robot
parent 98af565b55
commit 969f73f8d9
1 changed files with 2 additions and 1 deletions

View File

@ -130,7 +130,8 @@ spec:
spec: spec:
steps: steps:
- image: ubuntu - image: ubuntu
args: ["curl https://foo.com > /var/my-volume"] entrypoint: ["bash"]
args: ["-c", "curl https://foo.com > /var/my-volume"]
volumeMounts: volumeMounts:
- name: my-volume - name: my-volume
mountPath: /var/my-volume mountPath: /var/my-volume