Skip to content

Commit

Permalink
Fix sparse-checkout commit
Browse files Browse the repository at this point in the history
  • Loading branch information
weshaggard authored and azure-sdk committed Sep 20, 2024
1 parent 9a216ef commit f13ed22
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions eng/common/pipelines/templates/jobs/prepare-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ parameters:
- name: RepositoryPath
type: string
default: 'sdk'
- name: RepositoryCommitish
type: string
default: $(Build.SourceVersion)

jobs:
- job:
Expand Down Expand Up @@ -36,6 +39,7 @@ jobs:
parameters:
Repositories:
- Name: ${{ parameters.Repository }}
Commitish: ${{ parameters.RepositoryCommitish }}
WorkingDirectory: $(System.DefaultWorkingDirectory)
Paths:
- 'sdk/**/*.yml'
Expand Down

0 comments on commit f13ed22

Please sign in to comment.