Skip to content

Commit 5b72385

Browse files
authored
Merge pull request #9384 from hashicorp/docs-artifact-bug
docs: document artifact bug #6929
2 parents 71a378e + 351adfe commit 5b72385

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

website/pages/docs/job-specification/artifact.mdx

+3-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,8 @@ automatically unarchived before the starting the task.
4545
`local/`. The destination is treated as a directory unless `mode` is set to
4646
`file`. Source files will be downloaded into that directory path. For more
4747
details on how the `destination` interacts with task drivers, see the
48-
[Filesystem internals] documentation.
48+
[Filesystem internals] documentation. [Interpolation is not yet
49+
supported.][gh-6929]
4950

5051
- `mode` `(string: "any")` - One of `any`, `file`, or `dir`. If set to `file`
5152
the `destination` must be a file, not a directory. By default the
@@ -203,6 +204,7 @@ artifact {
203204
}
204205
```
205206

207+
[gh-6929]: https://github.com/hashicorp/nomad/issues/6929
206208
[go-getter]: https://github.com/hashicorp/go-getter 'HashiCorp go-getter Library'
207209
[go-getter-headers]: https://github.com/hashicorp/go-getter#headers 'HashiCorp go-getter Headers'
208210
[minio]: https://www.minio.io/

0 commit comments

Comments
 (0)