Drone: Correctie
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
Marcel Nijenhof
2020-09-08 15:00:55 +02:00
parent 03503da5a4
commit 7aa6ffc3d4

View File

@@ -22,7 +22,7 @@ steps:
commands: commands:
- mkdir -p /usr/share/nginx/html/download/python/lmwsip - mkdir -p /usr/share/nginx/html/download/python/lmwsip
- cd dist - cd dist
- for f in *;do if [ -f "${f}" ] ; then echo version error;exit 1;else cp "${f}" /usr/share/nginx/html/download/python/lmwsip;done - for f in *;do if [ -f "${f}" ] ; then echo version error;exit 1;else cp "${f}" /usr/share/nginx/html/download/python/lmwsip;fi;done
when: when:
branch: branch:
- master - master