added comment
This commit is contained in:
parent
25f69e6646
commit
ee420f2911
1 changed files with 3 additions and 1 deletions
|
@ -15,11 +15,13 @@
|
||||||
# Pull and start the Docker container for a Windows agent.
|
# Pull and start the Docker container for a Windows agent.
|
||||||
# To setup a Windows agent see docs/playbooks.md
|
# To setup a Windows agent see docs/playbooks.md
|
||||||
|
|
||||||
|
# TODO: add parameter to bootstrap buildkite or jenkins
|
||||||
|
|
||||||
$NAME="agent-windows-jenkins"
|
$NAME="agent-windows-jenkins"
|
||||||
$IMAGE="gcr.io/llvm-premerge-checks/${NAME}"
|
$IMAGE="gcr.io/llvm-premerge-checks/${NAME}"
|
||||||
|
|
||||||
Write-Output "Authenticating docker..."
|
Write-Output "Authenticating docker..."
|
||||||
echo "y`n" | gcloud auth configure-docker
|
Write-Output "y`n" | gcloud auth configure-docker
|
||||||
|
|
||||||
Write-Output "Pulling new image..."
|
Write-Output "Pulling new image..."
|
||||||
docker pull ${IMAGE}
|
docker pull ${IMAGE}
|
||||||
|
|
Loading…
Reference in a new issue