Skip to content

Commit 29fe927

Browse files
author
narrieta@microsoft
committed
.
1 parent 5ab9b39 commit 29fe927

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

tests/python_eol/run_tests.sh

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
set -euxo pipefail
44

5+
echo "\$USER: $USER"
6+
57
#
68
# UID of 'waagent' in the Docker container
79
#
@@ -26,7 +28,7 @@ newgrp docker < /dev/null
2628
#
2729
az acr login --name waagenttests --username "$CR_USER" --password "$CR_SECRET"
2830

29-
docker pull waagenttests.azurecr.io/python2.6:latest
31+
docker pull waagenttests.azurecr.io/waagenttests:latest
3032

3133
docker run --rm \
3234
--user root \

0 commit comments

Comments
 (0)