Skip to content

Commit

Permalink
Remove outdated code
Browse files Browse the repository at this point in the history
Co-authored-by: Shwetha Gururaj <gururajsh@vmware.com>
  • Loading branch information
a-b and gururajsh authored Apr 17, 2023
1 parent 7c6c07e commit 548f7ab
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/win/integrations/integration-tests.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -63,12 +63,6 @@ $Env:CF_DIAL_TIMEOUT=15

Import-Certificate -Filepath "$pwd\$CF_INT_NAME.router.ca" -CertStoreLocation "cert:\LocalMachine\root"

pushd $pwd\cf-cli-binaries
7z e cf-cli-windows-binaries.tgz -y
7z x cf-cli-windows-binaries.tar -y
Move-Item -Path $pwd\cf-cli_winx64.exe -Destination ..\cf.exe -Force
popd

New-Item "go/src/code.cloudfoundry.org" -Type Directory
New-Item -ItemType SymbolicLink -Path "$pwd/go/src/code.cloudfoundry.org/cli" -Target "$pwd"

Expand Down

0 comments on commit 548f7ab

Please sign in to comment.