Skip to content

Commit

Permalink
Sync eng/common directory with azure-sdk-tools for PR 1748 (Azure#22643)
Browse files Browse the repository at this point in the history
* Simplify Ubuntu image name check for dns bypass

* Fix typo

Co-authored-by: Praveen Kuttappan <praveen.kuttappan@gmail.com>
  • Loading branch information
azure-sdk and praveenkuttappan authored Jul 14, 2021
1 parent af17a1e commit 0f13071
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions eng/common/pipelines/templates/steps/bypass-local-dns.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,6 @@ steps:
condition: |
and(
succeededOrFailed(),
or(
eq(variables['OSVmImage'], 'ubuntu-18.04'),
eq(variables['OSVmImage'], 'ubuntu-20.04'),
eq(variables['OSVmImage'], 'MMSUbuntu18.04'),
eq(variables['OSVmImage'], 'MMSUbuntu20.04')
),
contains(variables['OSVmImage'], 'ubuntu'),
eq(variables['Container'], '')
)

0 comments on commit 0f13071

Please sign in to comment.