From ca4b5983037551d1d8c2a3f27edc24920a46fce2 Mon Sep 17 00:00:00 2001 From: Scott Hain Date: Thu, 6 Jun 2019 10:09:58 -0700 Subject: [PATCH] Use production artifactory Signed-off-by: Scott Hain --- support/ci/shared.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/support/ci/shared.ps1 b/support/ci/shared.ps1 index d14d851a9b4..b8d1b98e64e 100644 --- a/support/ci/shared.ps1 +++ b/support/ci/shared.ps1 @@ -53,7 +53,7 @@ function Install-Habitat { } if($env:BUILDKITE) { - choco source Add -Name artifactory -Source http://artifactory-preprod.chef.co/api/nuget/chocolatey + choco source Add -Name artifactory -Source http://artifactory.chef.co/api/nuget/chocolatey-proxy choco source enable --name artifactory choco source disable --name chocolatey }