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 joeleba committed Jun 17, 2019
1 parent afdfb79 commit 2b172f3
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 2b172f3

Please sign in to comment.