We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5bd7b26 commit 5ab9b39Copy full SHA for 5ab9b39
tests/python_eol/run_tests.sh
@@ -26,9 +26,9 @@ newgrp docker < /dev/null
26
#
27
az acr login --name waagenttests --username "$CR_USER" --password "$CR_SECRET"
28
29
-docker pull waagenttests.azurecr.io/waagenttests:latest
+docker pull waagenttests.azurecr.io/python2.6:latest
30
31
-docker run -rm \
+docker run --rm \
32
--user root \
33
--volume "$BUILD_SOURCESDIRECTORY:/home/waagent/WALinuxAgent" \
34
--volume "$LOGS_DIRECTORY":/home/waagent/logs \
0 commit comments