Skip to content

Commit

Permalink
Rename the buildkite user to 'b' on Windows.
Browse files Browse the repository at this point in the history
Hopefully this makes the path to the output_base short enough to
temporarily workaround bazelbuild/bazel#5125.
  • Loading branch information
philwo authored and buchgr committed Sep 5, 2018
1 parent 85251b3 commit 37cd1c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buildkite/setup-windows.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -280,7 +280,7 @@ SET TMP=C:\temp
# firewall blocking all incoming access and locally we run the CI jobs as that
# user anyway.
Write-Host "Creating Buildkite service user..."
$buildkite_username = "buildkite"
$buildkite_username = "b"
$buildkite_password = "Bu1ldk1t3"
$buildkite_secure_password = ConvertTo-SecureString $buildkite_password -AsPlainText -Force
New-LocalUser -Name $buildkite_username -Password $buildkite_secure_password -UserMayNotChangePassword
Expand Down

0 comments on commit 37cd1c2

Please sign in to comment.