Skip to content

Commit

Permalink
fix path to eng directory (#13653)
Browse files Browse the repository at this point in the history
* fix path to eng directory

* fix service directory
  • Loading branch information
jhendrixMSFT committed Nov 18, 2020
1 parent c5badf5 commit 7d2adf8
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions sdk/arm/compute/ci.yml
Expand Up @@ -10,6 +10,6 @@ pr:
- sdk/arm/compute/

stages:
- template: ../../../.eng/pipelines/templates/jobs/archetype-sdk-client-samples.yml
- template: ../../../eng/pipelines/templates/jobs/archetype-sdk-client-samples.yml
parameters:
ServiceDirectory: 'compute'
ServiceDirectory: 'arm/compute'
4 changes: 2 additions & 2 deletions sdk/arm/keyvault/ci.yml
Expand Up @@ -10,6 +10,6 @@ pr:
- sdk/arm/keyvault/

stages:
- template: ../../../.eng/pipelines/templates/jobs/archetype-sdk-client-samples.yml
- template: ../../../eng/pipelines/templates/jobs/archetype-sdk-client-samples.yml
parameters:
ServiceDirectory: 'keyvault'
ServiceDirectory: 'arm/keyvault'
4 changes: 2 additions & 2 deletions sdk/arm/network/ci.yml
Expand Up @@ -10,6 +10,6 @@ pr:
- sdk/arm/network/

stages:
- template: ../../../.eng/pipelines/templates/jobs/archetype-sdk-client-samples.yml
- template: ../../../eng/pipelines/templates/jobs/archetype-sdk-client-samples.yml
parameters:
ServiceDirectory: 'network'
ServiceDirectory: 'arm/network'
4 changes: 2 additions & 2 deletions sdk/arm/resources/ci.yml
Expand Up @@ -10,6 +10,6 @@ pr:
- sdk/arm/resources/

stages:
- template: ../../../.eng/pipelines/templates/jobs/archetype-sdk-client-samples.yml
- template: ../../../eng/pipelines/templates/jobs/archetype-sdk-client-samples.yml
parameters:
ServiceDirectory: 'resources'
ServiceDirectory: 'arm/resources'
4 changes: 2 additions & 2 deletions sdk/arm/storage/ci.yml
Expand Up @@ -10,6 +10,6 @@ pr:
- sdk/arm/storage/

stages:
- template: ../../../.eng/pipelines/templates/jobs/archetype-sdk-client-samples.yml
- template: ../../../eng/pipelines/templates/jobs/archetype-sdk-client-samples.yml
parameters:
ServiceDirectory: 'storage'
ServiceDirectory: 'arm/storage'

0 comments on commit 7d2adf8

Please sign in to comment.