mirror of
https://github.com/CoolProp/CoolProp.git
synced 2026-04-01 03:00:13 -04:00
Clean the source dir from git stuff in the externals before publishing
This commit is contained in:
@@ -66,7 +66,8 @@ else
|
||||
pushd "$TMPSDIR"
|
||||
git reset --hard HEAD
|
||||
python "dev/generate_headers.py"
|
||||
rm -rf .git*
|
||||
#rm -rf .git*
|
||||
find . -iwholename "*/.git*" -exec rm -r {} \;
|
||||
cd ..
|
||||
rm $SRCFOLDER/CoolProp_sources.zip
|
||||
zip -r $SRCFOLDER/CoolProp_sources.zip $(basename $TMPSDIR)
|
||||
|
||||
Reference in New Issue
Block a user