mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
Fix git commit hash details for pip build. #7623
Skip regression folder when creating pip builds to reduce bundle size.
This commit is contained in:
@@ -73,6 +73,7 @@ do
|
||||
done
|
||||
|
||||
# Copy the commit_hash file, it doesn't show up in git ls-files
|
||||
echo Adding "web/commit_hash"
|
||||
tar cf - "web/commit_hash" | (cd "src-build/${TARBALL_NAME}"; tar xf -)
|
||||
|
||||
# Create the tarball
|
||||
|
||||
Reference in New Issue
Block a user