Skip to content

Commit

Permalink
Temporarily switch azure docker version to fix build deploy step (ado…
Browse files Browse the repository at this point in the history
…be#6991)

* test replacing image

* forgot to remove

* test newer version from microsoft directly
  • Loading branch information
LFDanLu committed 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

0 comments on commit a899bdf

Please sign in to comment.