Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
narrieta committed Nov 14, 2022
1 parent 7ed71ef commit 33d5d61
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion tests_e2e/docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,6 @@ RUN \
cd lisa && \
poetry config virtualenvs.in-project true && \
make setup && \
chmod +r /home/waagent/.config/pypoetry/config.toml && \
\
# \
# Install additional test dependencies \
Expand Down
4 changes: 2 additions & 2 deletions tests_e2e/scripts/execute_tests_container.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@

set -euxo pipefail

az login --service-principal --username "$AZURE_CLIENT_ID" --password "$AZURE_CLIENT_SECRET" --tenant "$AZURE_TENANT_ID"
az login --service-principal --username "$AZURE_CLIENT_ID" --password "$AZURE_CLIENT_SECRET" --tenant "$AZURE_TENANT_ID" > /dev/null

az acr login --name waagenttests > /dev/null
az acr login --name waagenttests

docker pull waagenttests.azurecr.io/waagenttests:latest

Expand Down

0 comments on commit 33d5d61

Please sign in to comment.