This commit is contained in:
@@ -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__)"
|
||||||
|
Reference in New Issue
Block a user