Skip to content

Commit 4290147

Browse files
authored
Use default branch in live managed identity tests (Azure#18145)
1 parent 4b456a8 commit 4290147

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

sdk/identity/azure-identity/tests/azure-functions/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# ------------------------------------
55
# docker can't tell when the repo has changed and will therefore cache this layer
66
FROM 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

1010
FROM mcr.microsoft.com/azure-functions/python:3.0

sdk/identity/azure-identity/tests/managed-identity-live/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
88
FROM 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

1212
FROM python:${PYTHON_VERSION}-slim

0 commit comments

Comments
 (0)