This commit is contained in:
parent
2bc639c197
commit
4ac294774b
@ -5,8 +5,14 @@ name: default
|
|||||||
steps:
|
steps:
|
||||||
- name: build
|
- name: build
|
||||||
image: git.argideli.com/quertex/docker-win-pyinstaller:latest
|
image: git.argideli.com/quertex/docker-win-pyinstaller:latest
|
||||||
|
environment:
|
||||||
|
USERNAME:
|
||||||
|
from_secret: docker_username
|
||||||
|
PASSWORD:
|
||||||
|
from_secret: docker_password
|
||||||
pull: always
|
pull: always
|
||||||
commands:
|
commands:
|
||||||
|
- docker login -u $USERNAME -p $PASSWORD git.argideli.com
|
||||||
# add dependancies
|
# add dependancies
|
||||||
- wine c:/python/python.exe -m pip install -r z:/drone/requirements.txt
|
- wine c:/python/python.exe -m pip install -r z:/drone/requirements.txt
|
||||||
# prepare output directory
|
# prepare output directory
|
||||||
|
Loading…
x
Reference in New Issue
Block a user