.drone yaml correctie
Some checks reported errors
continuous-integration/drone/push Build encountered an error
Some checks reported errors
continuous-integration/drone/push Build encountered an error
This commit is contained in:
@@ -161,7 +161,9 @@ steps:
|
|||||||
- python -c "import lmwsip; print(lmwsip.version)"
|
- python -c "import lmwsip; print(lmwsip.version)"
|
||||||
- name: checkVersion
|
- name: checkVersion
|
||||||
commands:
|
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
|
- name: runTest
|
||||||
commands:
|
commands:
|
||||||
- python -m unittest -v lmwsip.tests
|
- python -m unittest -v lmwsip.tests
|
||||||
|
Reference in New Issue
Block a user