1
0
Fork 0

added comment

This commit is contained in:
Christian Kühnel 2020-02-04 15:55:24 +00:00
parent 25f69e6646
commit ee420f2911

View file

@ -15,11 +15,13 @@
# Pull and start the Docker container for a Windows agent.
# To setup a Windows agent see docs/playbooks.md
# TODO: add parameter to bootstrap buildkite or jenkins
$NAME="agent-windows-jenkins"
$IMAGE="gcr.io/llvm-premerge-checks/${NAME}"
Write-Output "Authenticating docker..."
echo "y`n" | gcloud auth configure-docker
Write-Output "y`n" | gcloud auth configure-docker
Write-Output "Pulling new image..."
docker pull ${IMAGE}