提交 2f8df1d8 编写于 作者: M Michael Petersen 提交者: tekton-robot

Updated the script in the goodbye task so that it matches output further

down in the docs
上级 ade1506a
......@@ -32,10 +32,9 @@ spec:
steps:
- name: goodbye
image: ubuntu
command:
- echo
args:
- "Goodbye World!"
script: |
#!/bin/bash
echo "Goodbye World!"
```
Write the YAML above to a file named `task-goodbye.yaml`, and apply it to your Kubernetes cluster:
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册