From 0513d297128e4a0d7ac6bf7834b4fca8c3f7fd82 Mon Sep 17 00:00:00 2001 From: "Christopher A. Snapp" Date: Mon, 13 Jul 2020 18:47:17 -0600 Subject: Fix extra quote in habitat test pipeline config Signed-off-by: Christopher A. Snapp --- .expeditor/habitat-test.pipeline.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.expeditor') diff --git a/.expeditor/habitat-test.pipeline.yml b/.expeditor/habitat-test.pipeline.yml index be35d66017..7d2cc8f653 100644 --- a/.expeditor/habitat-test.pipeline.yml +++ b/.expeditor/habitat-test.pipeline.yml @@ -38,7 +38,7 @@ steps: - powershell -File ./scripts/ci/ensure-minimum-viable-hab.ps1 - 'Write-Host "--- :hammer_and_wrench: Installing $EXPEDITOR_PKG_IDENTS_CHEFINFRACLIENTX86_64WINDOWS"' - hab pkg install $EXPEDITOR_PKG_IDENTS_CHEFINFRACLIENTX86_64WINDOWS - - powershell -File ./habitat/tests/test.ps1" -PackageIdentifier $EXPEDITOR_PKG_IDENTS_CHEFINFRACLIENTX86_64WINDOWS + - powershell -File ./habitat/tests/test.ps1 -PackageIdentifier $EXPEDITOR_PKG_IDENTS_CHEFINFRACLIENTX86_64WINDOWS expeditor: executor: windows: -- cgit v1.2.1