Skip to content

Commit

Permalink
Remove duplicate calls to bypass-local-dns.yml (#20453)
Browse files Browse the repository at this point in the history
- Now called from verify-agent-os.yml
  • Loading branch information
mikeharder authored Apr 16, 2021
1 parent 9496a32 commit 289d8e7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion eng/pipelines/templates/jobs/ci.tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ jobs:
- template: /eng/common/pipelines/templates/steps/verify-agent-os.yml
parameters:
AgentImage: $(OSVmImage)
- template: /eng/common/pipelines/templates/steps/bypass-local-dns.yml
- ${{ each step in parameters.TestSetupSteps }}:
- ${{ each pair in step }}:
${{ pair.key }}: ${{ pair.value }}
Expand Down
3 changes: 1 addition & 2 deletions eng/pipelines/templates/stages/archetype-sdk-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,8 +74,7 @@ parameters:
default: []
- name: PlatformPreSteps
type: object
default:
- template: /eng/common/pipelines/templates/steps/bypass-local-dns.yml
default: []
- name: PlatformPostSteps
type: object
default:
Expand Down

0 comments on commit 289d8e7

Please sign in to comment.