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

Updated goodbye world example so that it matches the hello world example

- Also updated the output from hello goodbye to goodbye world
上级 f35049cc
......@@ -32,9 +32,10 @@ spec:
steps:
- name: goodbye
image: ubuntu
script: |
set -e
echo "Goodbye World!"
command:
- echo
args:
- "Goodbye World!"
```
Write the YAML above to a file named `task-goodbye.yaml`, and apply it to your Kubernetes cluster:
......@@ -93,7 +94,7 @@ It may take a few moments before your `Task` completes. When it executes, it sho
show the following output:
```
[goodbye] Hello Goodbye!
[goodbye] Goodbye World!
```
To create a `Pipeline`, create a Kubernetes object using the Tekton API with
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册