Skip to content

Commit

Permalink
fixed example wrong comment (#1643)
Browse files Browse the repository at this point in the history
  • Loading branch information
darthnastya authored and jessesuen committed Oct 4, 2019
1 parent 69fd8a5 commit 4571602
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/global-outputs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,13 @@ spec:
outputs:
parameters:
# export a global parameter. The parameter will be programatically available in the completed
# workflow object under: workflow.status.outputs.parameters
# workflow object under: workflow.outputs.parameters
- name: hello-param
valueFrom:
path: /tmp/hello_world.txt
globalName: my-global-param
# export a global artifact. The artifact will be programatically available in the completed
# workflow object under: workflow.status.outputs.artifacts
# workflow object under: workflow.outputs.artifacts
artifacts:
- name: hello-art
path: /tmp/hello_world.txt
Expand Down

0 comments on commit 4571602

Please sign in to comment.