Skip to content

Commit

Permalink
Fix condition in prepare pipeline. (#14658)
Browse files Browse the repository at this point in the history
Co-authored-by: Mitch Denny <[email protected]>
  • Loading branch information
azure-sdk and mitchdenny authored Oct 21, 2020
1 parent ae16c5d commit f64b1e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eng/common/pipelines/templates/steps/prepare-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ steps:
PATVAR: $(azuresdk-azure-sdk-devops-pipeline-generation-pat)
# This covers our -pr repositories.
- ${{ if not(endsWith(parameters.Repository, '-pr'))}}:
- ${{ if endsWith(parameters.Repository, '-pr')}}:
- script: >
$(Pipeline.Workspace)/pipeline-generator/pipeline-generator
--organization https://dev.azure.com/azure-sdk
Expand Down

0 comments on commit f64b1e2

Please sign in to comment.