Skip to content

Commit

Permalink
pass params from ci.yml to cosmos-sdk-client appropriately. no reason…
Browse files Browse the repository at this point in the history
… to hardcode it there
  • Loading branch information
scbedd committed Nov 1, 2024
1 parent a910ff3 commit 2157713
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions eng/pipelines/templates/stages/cosmos-sdk-client.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,4 @@ extends:
Path: sdk/cosmos/cosmos-emulator-matrix.json
Selection: all
GenerateVMJobs: true
Artifacts:
- name: azure-cosmos
safeName: azurecosmos
- name: azure-mgmt-cosmosdb
safeName: azuremgmtcosmosdb
Artifacts: ${{ parameters.Artifacts }}

0 comments on commit 2157713

Please sign in to comment.