1
0
Fork 0

Rimozione passaggi superflui pipeline.
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Emiliano Vavassori 2023-01-04 23:44:10 +01:00
parent 7d9a701cae
commit 2c19eefa05
1 changed files with 2 additions and 18 deletions

View File

@ -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