Skip to content

Commit

Permalink
move verify link to the last step (#15220)
Browse files Browse the repository at this point in the history
  • Loading branch information
ArcturusZhang authored Aug 6, 2021
1 parent 38454bc commit 63f7982
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions eng/pipelines/templates/steps/analyze.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,6 @@ parameters:

steps:

- template: /eng/common/pipelines/templates/steps/verify-links.yml
parameters:
Directory: sdk/${{ parameters.ServiceDirectory }}
CheckLinkGuidance: $true

- script: |
curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(go env GOPATH)/bin ${{parameters.LintVersion}}
golangci-lint --version
Expand Down Expand Up @@ -45,4 +40,9 @@ steps:
failOnStderr: true
workingDirectory: 'sdk/${{parameters.ServiceDirectory}}'
- template: /eng/common/pipelines/templates/steps/verify-links.yml
parameters:
Directory: sdk/${{ parameters.ServiceDirectory }}
CheckLinkGuidance: $true

- template: /eng/common/pipelines/templates/steps/eng-common-workflow-enforcer.yml

0 comments on commit 63f7982

Please sign in to comment.