From 1eae6bbf98f9c4903912644622f0a5bc5ab21e4a Mon Sep 17 00:00:00 2001 From: Argiris Deligiannidis Date: Thu, 1 Feb 2024 23:22:59 +0200 Subject: [PATCH] update --- .drone.yml | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/.drone.yml b/.drone.yml index a3610eb..4297966 100644 --- a/.drone.yml +++ b/.drone.yml @@ -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 \ No newline at end of file + - docker_token \ No newline at end of file