Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Wrong content in gif regarding output_mapping #542

Open
toanju opened this issue Dec 10, 2024 · 0 comments
Open

Wrong content in gif regarding output_mapping #542

toanju opened this issue Dec 10, 2024 · 0 comments
Labels

Comments

@toanju
Copy link

toanju commented Dec 10, 2024

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

  - 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

  1. Read
  2. Compare
  3. D'oh

Expected behavior

Correct or removed gif

Additional context

No response

@toanju toanju added the bug label Dec 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant