Skip to content

Commit 1d8d77b

Browse files
committed
Fix default output and add log to CI
1 parent d167f7e commit 1d8d77b

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

ci/repartition-index.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,8 @@ stages:
4545
- powershell: |
4646
cd (mkdir -Force index)
4747
python "$(Build.SourcesDirectory)\scripts\repartition-index.py" --windows-default
48+
# Show the report
49+
cat index-windows.txt
4850
displayName: 'Repartition index'
4951
workingDirectory: $(Build.BinariesDirectory)
5052

scripts/repartition-index.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -254,7 +254,7 @@ def parse_cli(args):
254254
plan_split[0].target = "index-windows.json"
255255
plan_split[1].target = "index-windows-recent.json"
256256
plan_split[2].target = "index-windows-legacy.json"
257-
plan_split[3].target = "stdout"
257+
plan_split[3].target = "index-windows.txt"
258258
plan_split[3].report = True
259259
plan_split[0].pre = plan_split[1].pre = plan_split[2].pre = True
260260
plan_split[0].latest_micro = True

0 commit comments

Comments
 (0)