Skip to content

Commit

Permalink
Temporarily switch azure docker version to fix build deploy step (#6991)
Browse files Browse the repository at this point in the history
* test replacing image

* forgot to remove

* test newer version from microsoft directly
  • Loading branch information
LFDanLu authored Sep 3, 2024
1 parent 3555336 commit a899bdf
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -485,7 +485,8 @@ jobs:
- '*/verdaccio/'

deploy:
executor: azure-cli/azure-docker
docker:
- image: mcr.microsoft.com/azure-cli:2.63.0
steps:
- attach_workspace:
at: /tmp/dist
Expand All @@ -499,7 +500,8 @@ jobs:
# Separate deploy workflow for the test docs built w/ verdaccio packages so it doesn't hold up the other deploy workflows
deploy-verdaccio:
executor: azure-cli/azure-docker
docker:
- image: mcr.microsoft.com/azure-cli:2.63.0
steps:
- attach_workspace:
at: /tmp/verdaccio_dist
Expand All @@ -511,7 +513,8 @@ jobs:
fi
deploy-production:
executor: azure-cli/azure-docker
docker:
- image: mcr.microsoft.com/azure-cli:2.63.0
steps:
- attach_workspace:
at: /tmp/dist
Expand Down

1 comment on commit a899bdf

@rspbot
Copy link

@rspbot rspbot commented on a899bdf Sep 4, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.