We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 54c430a commit a0a8045Copy full SHA for a0a8045
.expeditor/run_windows_tests.ps1
@@ -1,6 +1,6 @@
1
$ErrorActionPreference="stop"
2
Write-Host "Manually clearing the chef-test-kitchen-enterprise cache"
3
-Remove-Item -Recursive -Force "C:/workdir/vendor/bundle/ruby/3.1.0/cache/bundler/git/chef-test-kitchen-enterprise-dba8545c33365a2bffe55f9cb935af5b46709af2"
+Remove-Item -Recurse -Force "C:/workdir/vendor/bundle/ruby/3.1.0/cache/bundler/git/chef-test-kitchen-enterprise-dba8545c33365a2bffe55f9cb935af5b46709af2"
4
Write-Host "Cleaned the previous cache"
5
6
Write-Host "--- bundle install"
0 commit comments