Skip to content

Commit

Permalink
Use the common Cosmos emulator template. (Azure#12678)
Browse files Browse the repository at this point in the history
* Use the common Cosmos emulator template.

* Use absolute path.
  • Loading branch information
mitchdenny authored Jul 24, 2020
1 parent 09f5064 commit 5fe2922
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 17 deletions.
2 changes: 1 addition & 1 deletion eng/pipelines/templates/stages/cosmos-sdk-client.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ stages:
vmImage: $(OSVmImage)

steps:
- template: ../steps/cosmos-emulator.yml
- template: /eng/common/pipelines/templates/steps/cosmos-emulator.yml
parameters:
EmulatorMsiUrl: ${{ parameters.EmulatorMsiUrl }}
StartParameters: ${{ parameters.EmulatorStartParameters }}
Expand Down
16 changes: 0 additions & 16 deletions eng/pipelines/templates/steps/cosmos-emulator.yml

This file was deleted.

0 comments on commit 5fe2922

Please sign in to comment.