File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
sdk/identity/azure-identity/tests Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 44# ------------------------------------
55# docker can't tell when the repo has changed and will therefore cache this layer
66FROM alpine/git as repo
7- RUN git clone https://github.com/Azure/azure-sdk-for-python --single-branch --branch master -- depth 1 /azure-sdk-for-python
7+ RUN git clone https://github.com/Azure/azure-sdk-for-python --single-branch --depth 1 /azure-sdk-for-python
88
99
1010FROM mcr.microsoft.com/azure-functions/python:3.0
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ ARG PYTHON_VERSION=2.7
66
77# docker can't tell when the repo has changed and will therefore cache this layer
88FROM alpine/git as repo
9- RUN git clone https://github.com/Azure/azure-sdk-for-python --single-branch --branch master -- depth 1 /azure-sdk-for-python
9+ RUN git clone https://github.com/Azure/azure-sdk-for-python --single-branch --depth 1 /azure-sdk-for-python
1010
1111
1212FROM python:${PYTHON_VERSION}-slim
You can’t perform that action at this time.
0 commit comments