This commit is contained in:
parent
4ac294774b
commit
1eae6bbf98
@ -5,14 +5,8 @@ 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
|
||||
@ -21,4 +15,4 @@ steps:
|
||||
- wine c:/python/Scripts/pyinstaller.exe --onefile --name matomo-csv-util --distpath z:/drone/src/out z:/drone/src/main.py
|
||||
|
||||
image_pull_secrets:
|
||||
- dockerconfigjson
|
||||
- docker_token
|
Loading…
x
Reference in New Issue
Block a user