Drone step toegevoegd voor klaar zetten in download
Some checks failed
continuous-integration/drone/push Build is failing
Some checks failed
continuous-integration/drone/push Build is failing
This commit is contained in:
@@ -17,3 +17,12 @@ steps:
|
|||||||
- name: Build package files
|
- name: Build package files
|
||||||
commands:
|
commands:
|
||||||
- python3 setup.py sdist bdist_wheel
|
- python3 setup.py sdist bdist_wheel
|
||||||
|
|
||||||
|
- name: Versie toevoegen aan download
|
||||||
|
commands:
|
||||||
|
- mkdir -p /usr/share/nginx/html/download/python/lmwsip
|
||||||
|
- 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
|
||||||
|
when:
|
||||||
|
branch:
|
||||||
|
- master
|
||||||
|
Reference in New Issue
Block a user