Skip to content

Commit

Permalink
Different packfile prefix
Browse files Browse the repository at this point in the history
  • Loading branch information
orf committed Sep 5, 2023
1 parent 051b2c4 commit 41abb9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/r2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ jobs:
git -C checkout/ rev-list --all --objects | gzip > "checkout/.git/objects/pack/$file_prefix.objects.gz"
aws s3 sync checkout/.git/objects/pack/ s3://pypi-data/packfiles-2/ --region=auto --endpoint-url ${{secrets.ENDPOINT}} --no-progress
aws s3 cp commits.txt s3://pypi-data/packfiles-2/$file_prefix.commits.txt --region=auto --endpoint-url ${{secrets.ENDPOINT}} --no-progress
aws s3 cp commits.txt s3://pypi-data/packfiles/$file_prefix.commits.txt --region=auto --endpoint-url ${{secrets.ENDPOINT}} --no-progress
kill $STATS_PID
env:
Expand Down

0 comments on commit 41abb9d

Please sign in to comment.