Skip to content

Commit

Permalink
Remove trailing spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
othomann committed Mar 6, 2020
1 parent f1e1fc7 commit c446445
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions examples/v1beta1/pipelineruns/pipelinerun-results.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,23 +18,23 @@ spec:
- name: OP1
value: $(params.first)
- name: OP2
value: $(params.second)
value: $(params.second)
command: ["/bin/sh", "-c"]
args:
- echo -n $((${OP1}+${OP2})) | tee $(results.sum.path);
---
apiVersion: tekton.dev/v1beta1
kind: Pipeline
metadata:
name: sum-three
name: sum-three
spec:
params:
- name: first
description: the first operand
- name: second
description: the second operand
- name: third
description: the third operand
description: the third operand
tasks:
- name: first-add
taskRef:
Expand Down

0 comments on commit c446445

Please sign in to comment.