Skip to content

Commit 67b6cfb

Browse files
authored
pass params from ci.yml to cosmos-sdk-client appropriately (#38272)
1 parent a910ff3 commit 67b6cfb

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

eng/pipelines/templates/stages/cosmos-sdk-client.yml

+1-5
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,4 @@ extends:
2727
Path: sdk/cosmos/cosmos-emulator-matrix.json
2828
Selection: all
2929
GenerateVMJobs: true
30-
Artifacts:
31-
- name: azure-cosmos
32-
safeName: azurecosmos
33-
- name: azure-mgmt-cosmosdb
34-
safeName: azuremgmtcosmosdb
30+
Artifacts: ${{ parameters.Artifacts }}

0 commit comments

Comments
 (0)