Correctie .drone.yml

This commit is contained in:
Marcel Nijenhof
2021-07-27 20:50:34 +02:00
parent 2eea60eb92
commit 84bc01e454

View File

@@ -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