Delete Unnecessary files in Extension Bucket (#4606)

Co-authored-by: Alexander Bayandin <alexander@neon.tech>
This commit is contained in:
Alek Westover
2023-07-03 07:37:30 -04:00
committed by GitHub
parent 4957bb2d48
commit 86604b3b7d

View File

@@ -967,6 +967,10 @@ jobs:
rm -rf ./extensions-to-upload/share/extension/neon*
rm -rf ./extensions-to-upload/lib/neon*
# Delete leftovers from the extension build step
rm -rf ./extensions-to-upload/lib/pgxs
rm -rf ./extensions-to-upload/lib/pkgconfig
docker cp ${{ steps.create-container.outputs.EID }}:/extensions ./custom-extensions
for EXT_NAME in $(ls ./custom-extensions); do
mkdir -p ./extensions-to-upload/${EXT_NAME}/share