Update go-getter and add support for git and hg

Fixes https://github.com/hashicorp/nomad/issues/2042
This commit is contained in:
Alex Dadgar
2017-03-01 13:02:38 -08:00
parent 7a24146dcc
commit 2a683cddea
20 changed files with 908 additions and 55 deletions

View File

@@ -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