Skip to content

Commit

Permalink
Update pipelines.md to reflect actual observed pipeline output
Browse files Browse the repository at this point in the history
The documentation currently shows the expected output to be `[hello : hello]`, but following the previous documentation for the `hello-world.yaml` task, the output generated is `[hello : echo]`. This edit shows the actual output observed.
  • Loading branch information
sriram-lmnd authored and tekton-robot committed Oct 16, 2023
1 parent 31ae305 commit b73edbb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/en/docs/Getting-started/pipelines.md
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ both the "Hello World!" and "Goodbye!" Tasks.
The output shows both Tasks completed successfully:

<pre>
[hello : hello] Hello World!
[hello : echo] Hello World!

[goodbye : goodbye] Goodbye Tekton!
</pre>
Expand Down

0 comments on commit b73edbb

Please sign in to comment.