diff options
author | Christopher A. Snapp <csnapp@chef.io> | 2020-05-22 12:20:25 -0600 |
---|---|---|
committer | Christopher A. Snapp <csnapp@chef.io> | 2020-05-22 12:20:25 -0600 |
commit | b307749bf801222282400389b320c60d876a4c66 (patch) | |
tree | 8cdbb214a7c0d528375426a08337f1e56fdc6491 | |
parent | c6666085f6a47bcb1b32446750760d6170927608 (diff) | |
download | chef-b307749bf801222282400389b320c60d876a4c66.tar.gz |
Windows functional test should be single-use
Signed-off-by: Christopher A. Snapp <csnapp@chef.io>
-rw-r--r-- | .expeditor/verify_public.pipeline.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.expeditor/verify_public.pipeline.yml b/.expeditor/verify_public.pipeline.yml index afeccf4311..50c3ea340a 100644 --- a/.expeditor/verify_public.pipeline.yml +++ b/.expeditor/verify_public.pipeline.yml @@ -199,6 +199,7 @@ steps: executor: windows: privileged: true + single-use: true shell: ["powershell", "-Command"] - label: "Integration Windows :ruby: 2.7" |