Merge pull request #9384 from hashicorp/docs-artifact-bug

docs: document artifact bug #6929
This commit is contained in:
Michael Schurter 2020-11-18 09:20:45 -08:00 committed by GitHub
commit 95979336b7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 1 deletions

View File

@ -45,7 +45,8 @@ automatically unarchived before the starting the task.
`local/`. The destination is treated as a directory unless `mode` is set to
`file`. Source files will be downloaded into that directory path. For more
details on how the `destination` interacts with task drivers, see the
[Filesystem internals] documentation.
[Filesystem internals] documentation. [Interpolation is not yet
supported.][gh-6929]
- `mode` `(string: "any")` - One of `any`, `file`, or `dir`. If set to `file`
the `destination` must be a file, not a directory. By default the
@ -203,6 +204,7 @@ artifact {
}
```
[gh-6929]: https://github.com/hashicorp/nomad/issues/6929
[go-getter]: https://github.com/hashicorp/go-getter 'HashiCorp go-getter Library'
[go-getter-headers]: https://github.com/hashicorp/go-getter#headers 'HashiCorp go-getter Headers'
[minio]: https://www.minio.io/