.drone yaml correctie
Some checks reported errors
continuous-integration/drone/push Build encountered an error

This commit is contained in:
Marcel Nijenhof
2021-07-25 16:53:10 +02:00
parent 62c8b2021e
commit 3219139041

View File

@@ -161,7 +161,9 @@ steps:
- python -c "import lmwsip; print(lmwsip.version)"
- name: checkVersion
commands:
- [ $(python -c "import lmwsip; print(lmwsip.version)") == $(python setup.py --version)
- >
[ $(python -c "import lmwsip; print(lmwsip.version)") ==
$(python setup.py --version) ]
- name: runTest
commands:
- python -m unittest -v lmwsip.tests