1
0
Fork 0

add manual instruction to clone instead

This commit is contained in:
Mikhail Goncharov 2021-03-12 15:53:15 +01:00
parent 637056379c
commit 67f8efa322

View file

@ -62,8 +62,9 @@ if ($sdd) {
Add-MpPreference -ExclusionPath "C:\ws"
}
# Clone scripts repo. Restarting in a new session to pick up profile updates.
cmd.exe /c start powershell.exe -c {git clone https://github.com/google/llvm-premerge-checks.git c:/llvm-premerge-checks}
# Clone scripts repo. Restarting in a new session to pick up profile updates. TODO: automate this.
Write-Host "please run 'git clone https://github.com/google/llvm-premerge-checks.git c:/llvm-premerge-checks' in a new shell"
pause
# create folder for credentials
New-Item -Path "C:\" -Name "credentials" -ItemType "directory"
set-content c:\credentials\buildkite-env.ps1 '# Insert API tokens and replace NAME to something meaningful.