Skip to content

Commit 0a23554

Browse files
authored
Remove interim disabling of git gc since it was added to sparse-checkout.yml (Azure#35450)
1 parent 78dc771 commit 0a23554

File tree

2 files changed

+0
-6
lines changed

2 files changed

+0
-6
lines changed

eng/pipelines/templates/stages/archetype-java-release-batch.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -270,10 +270,7 @@ stages:
270270

271271
# Apply the version increment to each library, which only updates the version_client.txt file,
272272
# and then call to update_versions will then apply all of the updates.
273-
# TODO Remove the git config gc.auto 0 when https://github.com/Azure/azure-sdk-tools/issues/6294
274-
# is added to the sparse-checkout.yml
275273
- pwsh: |
276-
git config gc.auto 0
277274
$ArtifactsList = $('${{ convertToJson(parameters.Artifacts) }}' | ConvertFrom-Json | Select-Object name, groupId)
278275
$ArtifactsList | Format-Table -Property GroupId, Name | Out-String | Write-Host
279276
python --version

eng/pipelines/templates/stages/archetype-java-release-patch.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -195,10 +195,7 @@ stages:
195195

196196
# Apply the version increment to each library, which only updates the version_client.txt file,
197197
# and then call to update_versions will then apply all of the updates.
198-
# TODO Remove the git config gc.auto 0 when https://github.com/Azure/azure-sdk-tools/issues/6294
199-
# is added to the sparse-checkout.yml
200198
- pwsh: |
201-
git config gc.auto 0
202199
$ArtifactsList = $('${{ convertToJson(parameters.Artifacts) }}' | ConvertFrom-Json | Select-Object name, groupId)
203200
$ArtifactsList | Format-Table -Property GroupId, Name | Out-String | Write-Host
204201
python --version

0 commit comments

Comments
 (0)