Correctie .drone.yml
This commit is contained in:
13
.drone.yml
13
.drone.yml
@@ -149,6 +149,13 @@ steps:
|
|||||||
# Make sure we run the pip installed version
|
# Make sure we run the pip installed version
|
||||||
commands:
|
commands:
|
||||||
- rm -rf ddOperApi
|
- rm -rf ddOperApi
|
||||||
|
when:
|
||||||
|
branch:
|
||||||
|
- master
|
||||||
|
|
||||||
|
depends_on:
|
||||||
|
- Build
|
||||||
|
|
||||||
#
|
#
|
||||||
# todo: Uitzoeken
|
# todo: Uitzoeken
|
||||||
#
|
#
|
||||||
@@ -161,10 +168,4 @@ steps:
|
|||||||
# [ $(python -c "import lmwsip; print(lmwsip.__version__)") =
|
# [ $(python -c "import lmwsip; print(lmwsip.__version__)") =
|
||||||
# $(python setup.py --version) ]
|
# $(python setup.py --version) ]
|
||||||
# - python -m unittest -v lmwsip.tests
|
# - python -m unittest -v lmwsip.tests
|
||||||
when:
|
|
||||||
branch:
|
|
||||||
- master
|
|
||||||
|
|
||||||
|
|
||||||
depends_on:
|
|
||||||
- Build
|
|
||||||
|
Reference in New Issue
Block a user