Updates .drone
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
2022-06-30 10:52:31 +02:00
parent 49954d762b
commit 22bb4e6bd3

View File

@@ -123,8 +123,7 @@ steps:
do do
if [ -f "$${DOWNLOADDIR}/$${f}" ] if [ -f "$${DOWNLOADDIR}/$${f}" ]
then then
echo version error echo Version already availeble
exit 1
else else
cp "$${f}" "$${DOWNLOADDIR}"; cp "$${f}" "$${DOWNLOADDIR}";
fi fi
@@ -160,7 +159,7 @@ steps:
image: python:3.6 image: python:3.6
# Make sure we run the pip installed version # Make sure we run the pip installed version
commands: commands:
- rm -rf src - rm -rf lmwsip
- pip install lmwsip - pip install lmwsip
- python -c "import lmwsip" - python -c "import lmwsip"
- python -c "import lmwsip; print(lmwsip.__version__)" - python -c "import lmwsip; print(lmwsip.__version__)"