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

Fix output/input resource issue in docs. #1492

Merged
merged 1 commit into from
Oct 29, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 6 additions & 5 deletions docs/tasks.md
Original file line number Diff line number Diff line change
Expand Up @@ -297,8 +297,8 @@ next Task is expected to be present under the path
`/workspace/output/resource_name/`.

```yaml
resources:
outputs:
outputs:
resources:
name: storage-gcs
type: gcs
steps:
Expand All @@ -325,11 +325,12 @@ directory. After execution of the Task steps, (new) tar file in directory
`tar-artifact` resource definition.

```yaml
resources:
inputs:
inputs:
resources:
name: tar-artifact
targetPath: customworkspace
outputs:
outputs:
resources:
name: tar-artifact
steps:
- name: untar
Expand Down