Overwrite when deploying

This commit is contained in:
Sybren A. Stüvel 2018-12-07 14:34:02 +01:00
parent 8899bff5e4
commit 8bd1faa575

View File

@ -10,4 +10,4 @@ python3 setup.py wheels bdist
DISTDIR=$(pwd)/dist DISTDIR=$(pwd)/dist
cd /shared/software/addons cd /shared/software/addons
rm -vf blender_cloud/wheels/*.whl # remove obsolete wheel files rm -vf blender_cloud/wheels/*.whl # remove obsolete wheel files
unzip $DISTDIR/$FULLNAME.addon.zip unzip -o $DISTDIR/$FULLNAME.addon.zip