Skip to content

Commit

Permalink
fix nightly pipeline (#2675)
Browse files Browse the repository at this point in the history
  • Loading branch information
msyyc committed Jul 3, 2024
1 parent ce1f514 commit ad59817
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions eng/pipelines/ci-template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,11 +55,11 @@ steps:
workingDirectory: $(Build.SourcesDirectory)/autorest.python/
condition: and(succeeded(), eq(${{ parameters.updateToLatestTypespec }}, false))

- script: pnpm change verify
displayName: Check changelog
workingDirectory: $(Build.SourcesDirectory)/autorest.python/
condition: and(succeeded(), not(startsWith(variables['Build.SourceBranch'], 'refs/heads/publish/')), not(startsWith(variables['Build.SourceBranch'], 'refs/heads/dependabot/')))
continueOnError: true
# - script: pnpm change verify
# displayName: Check changelog
# workingDirectory: $(Build.SourcesDirectory)/autorest.python/
# condition: and(succeeded(), not(startsWith(variables['Build.SourceBranch'], 'refs/heads/publish/')), not(startsWith(variables['Build.SourceBranch'], 'refs/heads/dependabot/')))
# continueOnError: true

- script: pnpm list
displayName: Pnpm list
Expand Down

0 comments on commit ad59817

Please sign in to comment.