Skip to content

Commit

Permalink
Add better docs for destination
Browse files Browse the repository at this point in the history
  • Loading branch information
dadgar committed Jan 9, 2017
1 parent 4b72f11 commit 30655ef
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion website/source/docs/job-specification/artifact.html.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,8 @@ before the starting the task.

- `destination` `(string: "local/$1")` - Specifies the path to download the
artifact, relative to the root of the task's directory. If omitted, the
default value is to place the binary in `local/`.
default value is to place the binary in `local/`. The destination is treated
as a directory and source files will be downloaded into that directory path.

- `source` `(string: <required>)` - Specifies the URL of the artifact to download.
The can be any URL as defined by the [`go-getter`][go-getter] library.
Expand Down

0 comments on commit 30655ef

Please sign in to comment.