Skip to content

Commit

Permalink
Fix Dockerfile vars
Browse files Browse the repository at this point in the history
  • Loading branch information
Jarrod Skulavik committed Apr 22, 2020
1 parent 43b1554 commit f860c81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion devops/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ LABEL maintainer="Microsoft Corporation"

RUN az login --service-principal -u [AZURE_CLIENT_ID] -p=[AZURE_CLIENT_SECRET] --tenant [AZURE_TENANT_ID] && \
az account set -s [AZURE_SUBSCRIPTION_ID] && \
az aks get-credentials -n [ASO-AZDO-AKS] -g [ASO-RESOURCEGROUP] --admin
az aks get-credentials -n [CLUSTERNAME] -g [RESOURCEGROUP] --admin

WORKDIR /

Expand Down

0 comments on commit f860c81

Please sign in to comment.