diff options
author | Christopher A. Snapp <csnapp@chef.io> | 2020-07-13 18:47:17 -0600 |
---|---|---|
committer | Christopher A. Snapp <csnapp@chef.io> | 2020-07-13 18:47:17 -0600 |
commit | 0513d297128e4a0d7ac6bf7834b4fca8c3f7fd82 (patch) | |
tree | 003ad003cde37cb9df0dfcc94bf153536468ca51 /.expeditor/habitat-test.pipeline.yml | |
parent | 7b282172c680d07ddac8e62093b77383206dbf41 (diff) | |
download | chef-0513d297128e4a0d7ac6bf7834b4fca8c3f7fd82.tar.gz |
Fix extra quote in habitat test pipeline config
Signed-off-by: Christopher A. Snapp <csnapp@chef.io>
Diffstat (limited to '.expeditor/habitat-test.pipeline.yml')
-rw-r--r-- | .expeditor/habitat-test.pipeline.yml | 2 |
1 files changed, 1 insertions, 1 deletions
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: |