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