summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Smith <tsmith84@gmail.com>2020-07-16 12:11:40 -0700
committerTim Smith <tsmith84@gmail.com>2020-07-16 12:11:40 -0700
commit3575031ffc022ce8c2322f66d1adf72fc26576c6 (patch)
tree698d4d60242178afca65d4b47a581907e732192e
parent980273850942b455fa5901095b0b3469b8393a55 (diff)
downloadmixlib-shellout-3575031ffc022ce8c2322f66d1adf72fc26576c6.tar.gz
Use a single use box for windows testing to avoid CI failures
We need to elevate privs on the box and we can't do that in the container. Signed-off-by: Tim Smith <tsmith@chef.io>
-rw-r--r--.expeditor/verify.pipeline.yml6
1 files changed, 4 insertions, 2 deletions
diff --git a/.expeditor/verify.pipeline.yml b/.expeditor/verify.pipeline.yml
index ba3874e..37a8529 100644
--- a/.expeditor/verify.pipeline.yml
+++ b/.expeditor/verify.pipeline.yml
@@ -50,5 +50,7 @@ steps:
- bundle exec rake
expeditor:
executor:
- docker:
- host_os: windows
+ windows:
+ privileged: true
+ single-use: true
+ shell: ["powershell", "-Command"]