提交 a816456c 编写于 作者: V Vincent van ’t Zand 提交者: tekton-robot

Restore previous reference output and fix

Step 1: Restore the previous reference output and adapt the Task YAML to match it
上级 25b6bf3f
......@@ -13,9 +13,11 @@ spec:
steps:
- name: hello
image: ubuntu
script: |
set -e
echo "Hello World!"
command:
- bash
- -c
args:
- echo "Hello World!"
```{{copy}}
Write the YAML above to a file named task-hello.yaml, and apply it to your Kubernetes cluster:
......@@ -70,7 +72,5 @@ tkn taskrun logs --last -f
It may take a few moments before your Task completes. When it executes, it should show the following output:
```console
[hello] + set -e
[hello] + echo Hello World!
[hello] Hello World!
```
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册