You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- task: create-one-output
# The task config has the artifact `the-output`
# output_mapping will rename `the-output` to `demo-disk`
# in the rest of the job's plan
output_mapping:
the-output: demo-disk
Gif shows:
output_mapping:
demo-disk: the-output
Reproduction steps
Read
Compare
D'oh
Expected behavior
Correct or removed gif
Additional context
No response
The text was updated successfully, but these errors were encountered:
Describe the bug
In https://concourse-ci.org/exploring-task-input-and-output-scenarios.html#3---mapping-the-names-of-inputs-and-outputs the picture shows the wrong information wrt. the output_mapping. The docs below are fine.
Docs show
Gif shows:
Reproduction steps
Expected behavior
Correct or removed gif
Additional context
No response
The text was updated successfully, but these errors were encountered: