devops: remove pin azure-cli to a more recent version (#15988)
This commit is contained in:
parent
f82ce805da
commit
c22d9b6b09
|
|
@ -156,10 +156,8 @@ function ensure_docker_container {
|
||||||
if [[ -n "${CI}" ]]; then
|
if [[ -n "${CI}" ]]; then
|
||||||
# Install AZ CLI with Python since they do not ship
|
# Install AZ CLI with Python since they do not ship
|
||||||
# aarch64 to APT: https://github.com/Azure/azure-cli/issues/7368
|
# aarch64 to APT: https://github.com/Azure/azure-cli/issues/7368
|
||||||
#
|
# Pin so future releases dont break us.
|
||||||
# NOTE: 2.34.0 fails to upload with --content-md5: https://github.com/Azure/azure-cli/issues/21494
|
pip install azure-cli==2.38.0
|
||||||
# So pin to 2.33.1
|
|
||||||
pip install azure-cli==2.33.1
|
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [[ "${BUILD_FLAVOR}" == "firefox-"* ]]; then
|
if [[ "${BUILD_FLAVOR}" == "firefox-"* ]]; then
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue