.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)"
|
||||
- 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
|
||||
|
Reference in New Issue
Block a user