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
|
||||
commands:
|
||||
- rm -rf ddOperApi
|
||||
when:
|
||||
branch:
|
||||
- master
|
||||
|
||||
depends_on:
|
||||
- Build
|
||||
|
||||
#
|
||||
# todo: Uitzoeken
|
||||
#
|
||||
@@ -161,10 +168,4 @@ steps:
|
||||
# [ $(python -c "import lmwsip; print(lmwsip.__version__)") =
|
||||
# $(python setup.py --version) ]
|
||||
# - python -m unittest -v lmwsip.tests
|
||||
when:
|
||||
branch:
|
||||
- master
|
||||
|
||||
|
||||
depends_on:
|
||||
- Build
|
||||
|
Reference in New Issue
Block a user