Minor update

This commit is contained in:
Miroslav Stampar
2019-02-04 15:54:57 +01:00
parent bd74a201d5
commit 683b587fa5
3 changed files with 4 additions and 3 deletions

View File

@@ -11,6 +11,7 @@ chmod +x .git/hooks/post-commit
'
SETTINGS="../../lib/core/settings.py"
PYPI="../../extra/shutils/pypi.sh"
declare -x SCRIPTPATH="${0}"
@@ -28,6 +29,6 @@ then
git tag $NEW_TAG
git push origin $NEW_TAG
echo "Going to push PyPI package"
/bin/bash ${SCRIPTPATH%/*}/pypi.sh
/bin/bash ${SCRIPTPATH%/*}/$PYPI
fi
fi