Skip to content

Commit 5ab9b39

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

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/python_eol/run_tests.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,9 @@ newgrp docker < /dev/null
2626
#
2727
az acr login --name waagenttests --username "$CR_USER" --password "$CR_SECRET"
2828

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

31-
docker run -rm \
31+
docker run --rm \
3232
--user root \
3333
--volume "$BUILD_SOURCESDIRECTORY:/home/waagent/WALinuxAgent" \
3434
--volume "$LOGS_DIRECTORY":/home/waagent/logs \

0 commit comments

Comments
 (0)