Skip to content

Commit

Permalink
build: print sizes of submission files
Browse files Browse the repository at this point in the history
  • Loading branch information
turadg committed May 8, 2024
1 parent 5d11b06 commit 9988120
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions a3p-integration/scripts/generate-a3p-submission.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,5 @@ for plan in $plans; do
base=${plan%-plan.json}
cp $(grep -oh '/.*b1-.*.json' "$base"-plan.json) "$submissionDir"
mv "$base"* "$submissionDir"
ls -oS "$submissionDir"
done

0 comments on commit 9988120

Please sign in to comment.