Skip to content

Commit

Permalink
undo accidental removal of dynamic repo name
Browse files Browse the repository at this point in the history
  • Loading branch information
scbedd committed Apr 14, 2021
1 parent 55f5acf commit 91b0919
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eng/common/pipelines/templates/steps/sparse-checkout.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ steps:
New-Item $dir -ItemType Directory -Force
- pwsh: |
git clone --no-checkout --filter=tree:0 git://github.com/Azure/autorest.python .
git clone --no-checkout --filter=tree:0 ${{ repo.Name }} .
git sparse-checkout init
git sparse-checkout set eng
displayName: Init sparse checkout ${{ repo.Name }}
Expand Down

0 comments on commit 91b0919

Please sign in to comment.