From 30655ef5578a4b97db32159d92bf3817a1700634 Mon Sep 17 00:00:00 2001 From: Alex Dadgar Date: Mon, 9 Jan 2017 15:38:04 -0800 Subject: [PATCH] Add better docs for destination --- website/source/docs/job-specification/artifact.html.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/website/source/docs/job-specification/artifact.html.md b/website/source/docs/job-specification/artifact.html.md index 38ab7e9c9..cc8e7cb6e 100644 --- a/website/source/docs/job-specification/artifact.html.md +++ b/website/source/docs/job-specification/artifact.html.md @@ -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: )` - Specifies the URL of the artifact to download. The can be any URL as defined by the [`go-getter`][go-getter] library.