mirror of
https://github.com/kemko/nomad.git
synced 2026-01-06 18:35:44 +03:00
Update go-getter and add support for git and hg
Fixes https://github.com/hashicorp/nomad/issues/2042
This commit is contained in:
@@ -40,9 +40,9 @@ job "docs" {
|
||||
}
|
||||
```
|
||||
|
||||
Nomad supports downloading `http`, `https`, and `S3` artifacts. If these
|
||||
artifacts are archived (`zip`, `tgz`, `bz2`), they are automatically unarchived
|
||||
before the starting the task.
|
||||
Nomad supports downloading `http`, `https`, `git`, `hg` and `S3` artifacts. If
|
||||
these artifacts are archived (`zip`, `tgz`, `bz2`), they are automatically
|
||||
unarchived before the starting the task.
|
||||
|
||||
## `artifact` Parameters
|
||||
|
||||
|
||||
Reference in New Issue
Block a user