add dockerconfig
Some checks reported errors
continuous-integration/drone/push Build encountered an error
Some checks reported errors
continuous-integration/drone/push Build encountered an error
This commit is contained in:
parent
ff2ac9a07a
commit
a735e93b41
18
.drone.yml
18
.drone.yml
@ -4,6 +4,11 @@ name: default
|
||||
|
||||
steps:
|
||||
- name: build
|
||||
settings:
|
||||
password:
|
||||
from_secret: docker_password
|
||||
username:
|
||||
from_secret: docker_username
|
||||
image: git.argideli.com/quertex/docker-win-pyinstaller
|
||||
pull: always
|
||||
commands:
|
||||
@ -14,14 +19,5 @@ steps:
|
||||
# build
|
||||
- wine c:/python/Scripts/pyinstaller.exe --onefile --name matomo-csv-util --distpath z:/drone/src/out z:/drone/src/main.py
|
||||
|
||||
- name: publish
|
||||
image: git.argideli.com/quertex/docker-win-pyinstaller
|
||||
pull: always
|
||||
commands:
|
||||
- cp -r z:/drone/src/out/* z:/drone/artifacts
|
||||
|
||||
- name: cleanup
|
||||
image: git.argideli.com/quertex/docker-win-pyinstaller
|
||||
pull: always
|
||||
commands:
|
||||
- rm -rf z:/drone/src
|
||||
image_pull_secrets:
|
||||
- dockerconfig
|
Loading…
x
Reference in New Issue
Block a user