Skip to content

Commit

Permalink
teps/draft-20210126-pipeline-task-display-name.md - fix example inden…
Browse files Browse the repository at this point in the history
…tation
  • Loading branch information
itewk committed Jan 28, 2021
1 parent 34c7ff0 commit 42a1e82
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions teps/draft-20210126-pipeline-task-display-name.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,14 +71,14 @@ kind: PipelineRun
spec:
pipelineSpec:
tasks:
- name: echo-message
displayName: Echo Message
taskSpec:
steps:
- name: echo
image: ubuntu
script: |
echo "Hi!"
- name: echo-message
displayName: Echo Message
taskSpec:
steps:
- name: echo
image: ubuntu
script: |
echo "Hi!"
```

## Requirements
Expand Down

0 comments on commit 42a1e82

Please sign in to comment.