This commit is contained in:
12
.drone.yml
12
.drone.yml
@@ -149,12 +149,6 @@ steps:
|
||||
# Make sure we run the pip installed version
|
||||
commands:
|
||||
- rm -rf ddOperApi
|
||||
when:
|
||||
branch:
|
||||
- master
|
||||
|
||||
depends_on:
|
||||
- Build
|
||||
- pip install flask
|
||||
- >
|
||||
pip install --extra-index-url
|
||||
@@ -165,3 +159,9 @@ depends_on:
|
||||
[ $(python -c "import lmwsip; print(lmwsip.__version__)") =
|
||||
$(python setup.py --version) ]
|
||||
- python -m unittest -v ddOperApi.tests
|
||||
when:
|
||||
branch:
|
||||
- master
|
||||
|
||||
depends_on:
|
||||
- Build
|
||||
|
Reference in New Issue
Block a user