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