mirror of
https://github.com/kemko/nomad.git
synced 2026-01-06 18:35:44 +03:00
Merge pull request #10382 from hashicorp/e2e-use-consul-ent
e2e: get consul ent in e2e packer builds
This commit is contained in:
@@ -6,7 +6,7 @@ set -e
|
||||
|
||||
# Will be overwritten at test time with the version specified
|
||||
NOMADVERSION=0.12.7
|
||||
CONSULVERSION=1.9.0
|
||||
CONSULVERSION=1.9.4+ent
|
||||
VAULTVERSION=1.5.4
|
||||
|
||||
NOMAD_PLUGIN_DIR=/opt/nomad/plugins/
|
||||
|
||||
@@ -8,7 +8,7 @@ Set-Location C:\opt
|
||||
|
||||
Try {
|
||||
$releases = "https://releases.hashicorp.com"
|
||||
$version = "1.9.0"
|
||||
$version = "1.9.4+ent"
|
||||
$url = "${releases}/consul/${version}/consul_${version}_windows_amd64.zip"
|
||||
|
||||
New-Item -ItemType Directory -Force -Path C:\opt\consul
|
||||
|
||||
Reference in New Issue
Block a user