Skip to content

Commit

Permalink
Document download-artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
jgraham committed Jan 27, 2020
1 parent d179299 commit 0dce1de
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions tools/ci/tc/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,14 @@ top-level properties:
* `name`: Optional String. Name to use for the task overriding the
property name. This is useful in combination with substitutions
described below.
* `download-artifacts`: Optional Object. An artifact to download from
a task that this task depends on. This has the following properties:
- `task` - Name of the task producing the artifact
- `glob` - A glob pattern for the filename of the artifact
- `dest` - A directory reltive to the home directory in which to place
the artifact
- `extract` - Optional. A boolean indicating whether an archive artifact
should be extracted in-place.

## Task Expansions

Expand Down

0 comments on commit 0dce1de

Please sign in to comment.