Skip to content

Commit

Permalink
Change subscription for storage accounts
Browse files Browse the repository at this point in the history
  • Loading branch information
timotheeguerin committed Oct 19, 2023
1 parent 2e21718 commit 7b37111
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion eng/pipelines/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
- task: AzureCLI@1
displayName: "Publish playground"
inputs:
azureSubscription: "Azure SDK Playground"
azureSubscription: "Azure SDK Engineering System"
scriptLocation: inlineScript
inlineScript: |
az storage blob upload-batch ^
Expand Down
4 changes: 2 additions & 2 deletions eng/pipelines/pr-tryit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- task: AzureCLI@1
displayName: "Publish playground to PR endpoint"
inputs:
azureSubscription: "Azure SDK Playground"
azureSubscription: "Azure SDK Engineering System"
scriptLocation: inlineScript
inlineScript: |
az storage blob upload-batch \
Expand All @@ -35,7 +35,7 @@ jobs:
- task: AzureCLI@1
displayName: "Publish website to PR endpoint"
inputs:
azureSubscription: "Azure SDK Playground"
azureSubscription: "Azure SDK Engineering System"
scriptLocation: inlineScript
inlineScript: |
az storage blob upload-batch \
Expand Down

0 comments on commit 7b37111

Please sign in to comment.