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:
|
steps:
|
||||||
- name: build
|
- name: build
|
||||||
|
settings:
|
||||||
|
password:
|
||||||
|
from_secret: docker_password
|
||||||
|
username:
|
||||||
|
from_secret: docker_username
|
||||||
image: git.argideli.com/quertex/docker-win-pyinstaller
|
image: git.argideli.com/quertex/docker-win-pyinstaller
|
||||||
pull: always
|
pull: always
|
||||||
commands:
|
commands:
|
||||||
@ -14,14 +19,5 @@ steps:
|
|||||||
# build
|
# build
|
||||||
- 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
|
||||||
|
|
||||||
- name: publish
|
image_pull_secrets:
|
||||||
image: git.argideli.com/quertex/docker-win-pyinstaller
|
- dockerconfig
|
||||||
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
|
|
Loading…
x
Reference in New Issue
Block a user