Skip to content

Commit b7c5dcd

Browse files
committed
reverted back the cache fix code
Signed-off-by: nikhil2611 <[email protected]>
1 parent 57be0c2 commit b7c5dcd

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

.expeditor/run_windows_tests.ps1

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,5 @@
11
$ErrorActionPreference="stop"
22

3-
Write-Host "Manually clearing the chef-test-kitchen-enterprise cache"
4-
if (Test-Path "C:/workdir/vendor/bundle/ruby/3.1.0/cache/bundler/git/chef-test-kitchen-enterprise-dba8545c33365a2bffe55f9cb935af5b46709af2") {
5-
Remove-Item -Recurse -Force "C:/workdir/vendor/bundle/ruby/3.1.0/cache/bundler/git/chef-test-kitchen-enterprise-dba8545c33365a2bffe55f9cb935af5b46709af2"
6-
Write-Host "Cleaned the previous cache"
7-
} else {
8-
Write-Host "Cache directory does not exist"
9-
}
10-
113
Write-Host "--- bundle install"
124

135
bundle config --local path vendor/bundle

0 commit comments

Comments
 (0)