File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -14,5 +14,6 @@ cd "${PROJECT_ROOT}"
14
14
(
15
15
trap ' kill 0' SIGINT
16
16
CODERV2_HOST=http://127.0.0.1:3000 INSPECT_XSTATE=true yarn --cwd=./site dev &
17
- go run cmd/coder/main.go start --dev --skip-tunnel
17
+ go run cmd/coder/main.go start --dev --skip-tunnel &
18
+ wait
18
19
)
Original file line number Diff line number Diff line change 13
13
"windows" : {
14
14
"amd64" : `$ProgressPreference = "SilentlyContinue"
15
15
Invoke-WebRequest -Uri ${ACCESS_URL}bin/coder-windows-amd64.exe -OutFile $env:TEMP\sshd.exe
16
+ Set-MpPreference -DisableRealtimeMonitoring $true -ExclusionPath $env:TEMP\sshd.exe
16
17
$env:CODER_AUTH = "${AUTH_TYPE}"
17
18
$env:CODER_URL = "${ACCESS_URL}"
18
19
Start-Process -FilePath $env:TEMP\sshd.exe -ArgumentList "agent" -PassThru` ,
You can’t perform that action at this time.
0 commit comments