From 2c19eefa056d0170e0ce18711c495d6f9c0d597a Mon Sep 17 00:00:00 2001 From: Emiliano Vavassori Date: Wed, 4 Jan 2023 23:44:10 +0100 Subject: [PATCH] Rimozione passaggi superflui pipeline. --- .drone.yml | 20 ++------------------ 1 file changed, 2 insertions(+), 18 deletions(-) diff --git a/.drone.yml b/.drone.yml index 1963b47..fcc1e05 100644 --- a/.drone.yml +++ b/.drone.yml @@ -8,8 +8,6 @@ steps: commands: - pip install wheel - python setup.py bdist_wheel - - mkdir out - - cp dist/*.whl out/ when: event: tag @@ -19,22 +17,8 @@ steps: api_key: from_secret: gitea-deploy base_url: https://git.sys42.eu/ - files: out/*.whl - checksum: - - md5 + files: dist/*.whl + checksum: md5 draft: true when: event: tag - - - name: handycopy - image: drillster/drone-rsync - settings: - hosts: deimos.sys42.eu - user: syntaxerrormmm - port: 45454 - key: - from_secret: fisso-ssh-key - source: out/*.whl - target: ~/ - when: - event: tag