This gist includes some https://concourse.ci job tasks
hello-world.yml
- displays "hello world"display-other-task.yml
- uses this task as a resource itself and displays thehello-world.yml
YAML; assumes that the gist is available in the concourse pipeline asresource-gist
.display-other-task-renamed-resource-input.yml
- is like the task above, but assumes the resource is now namedgist
rather thanresource-gist