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