mirror of
https://github.com/tailscale/tailscale.git
synced 2026-05-05 20:26:47 +02:00
turn off tool/go debug
Change-Id: I7ff712268f92274240fce960bc7252637de26a39 Signed-off-by: Tom Proctor <tomhjp@users.noreply.github.com>
This commit is contained in:
parent
ba03f4a6b8
commit
3f82e44894
@ -6,9 +6,9 @@
|
||||
$ErrorActionPreference = 'Stop'
|
||||
Set-StrictMode -Version 3.0
|
||||
|
||||
if (($Env:CI -eq 'true') -and ($Env:NOPWSHDEBUG -ne 'true')) {
|
||||
Set-PSDebug -Trace 1
|
||||
}
|
||||
# if (($Env:CI -eq 'true') -and ($Env:NOPWSHDEBUG -ne 'true')) {
|
||||
# Set-PSDebug -Trace 1
|
||||
# }
|
||||
|
||||
<#
|
||||
.DESCRIPTION
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user