summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortpowell-progress <104777878+tpowell-progress@users.noreply.github.com>2023-01-19 07:07:01 -0800
committerGitHub <noreply@github.com>2023-01-19 10:07:01 -0500
commit3426317a61c27feed4a95e9e082848b41282615a (patch)
treef548c93d8c5752240917f34cf4171bcb496eb330
parentd9efa9fe5e6dc3459cb2e30a8515a1d9d4a04b40 (diff)
downloadchef-3426317a61c27feed4a95e9e082848b41282615a.tar.gz
Remove hardcoding of pkg for windows (#13513)
Signed-off-by: Thomas Powell <powell@progress.com>
-rw-r--r--.expeditor/scripts/habitat-test.ps11
1 files changed, 0 insertions, 1 deletions
diff --git a/.expeditor/scripts/habitat-test.ps1 b/.expeditor/scripts/habitat-test.ps1
index cf6ede870e..49f070dad4 100644
--- a/.expeditor/scripts/habitat-test.ps1
+++ b/.expeditor/scripts/habitat-test.ps1
@@ -1,6 +1,5 @@
$ErrorActionPreference = 'Stop'
-$EXPEDITOR_PKG_IDENTS_CHEFINFRACLIENTX86_64WINDOWS = 'chef/chef-infra-client/18.0.179/20221109104144'
$ScriptRoute = [System.IO.Path]::GetFullPath([System.IO.Path]::Combine($PSScriptRoot, "ensure-minimum-viable-hab.ps1"))
& "$ScriptRoute"
# . ./scripts/ensure-minimum-viable-hab.ps1