Aanpassingen naar ddOperApi in githook.
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
VERSION=$(grep version setup.py | sed -e 's/.*="//' -e 's/",//')
|
VERSION=$(grep version setup.py | sed -e 's/.*="//' -e 's/",//')
|
||||||
sed -i "s/^__version__ = .*/__version__ = '${VERSION}'/" dd-oper-api/__init__.py
|
sed -i "s/^__version__ = .*/__version__ = '${VERSION}'/" ddOperApi/__init__.py
|
||||||
git add lmwsip/__init__.py
|
git add ddOperApi/__init__.py
|
||||||
|
|
||||||
python setup.py test
|
python setup.py test
|
||||||
|
Reference in New Issue
Block a user