Syntax correctie drone
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
Marcel Nijenhof
2021-08-06 19:59:26 +02:00
parent 38292af470
commit 58645da74f

View File

@@ -149,12 +149,6 @@ 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
- pip install flask - pip install flask
- > - >
pip install --extra-index-url pip install --extra-index-url
@@ -165,3 +159,9 @@ depends_on:
[ $(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 ddOperApi.tests - python -m unittest -v ddOperApi.tests
when:
branch:
- master
depends_on:
- Build