mirror of
https://github.com/neondatabase/neon.git
synced 2026-05-16 20:50:37 +00:00
remember to create and upload index.json
This commit is contained in:
1
.github/workflows/build_and_test.yml
vendored
1
.github/workflows/build_and_test.yml
vendored
@@ -977,6 +977,7 @@ jobs:
|
||||
run: |
|
||||
for BUCKET in $(echo ${S3_BUCKETS}); do
|
||||
aws s3 cp --recursive --only-show-errors ./extensions-to-upload s3://${BUCKET}/${{ needs.tag.outputs.build-tag }}/${{ matrix.version }}
|
||||
aws s3 cp --only-show-errors ./control_files/control_index.json s3://${BUCKET}/${{ needs.tag.outputs.build-tag }}/${{ matrix.version }}
|
||||
done
|
||||
|
||||
- name: Cleanup
|
||||
|
||||
@@ -13,3 +13,6 @@ for prefix in os.listdir("."):
|
||||
"control": control
|
||||
}
|
||||
|
||||
with open("control_index.json", "w") as f:
|
||||
json.dump(index, f)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user