Rimozione passaggi superflui pipeline.
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
7d9a701cae
commit
2c19eefa05
20
.drone.yml
20
.drone.yml
@ -8,8 +8,6 @@ steps:
|
|||||||
commands:
|
commands:
|
||||||
- pip install wheel
|
- pip install wheel
|
||||||
- python setup.py bdist_wheel
|
- python setup.py bdist_wheel
|
||||||
- mkdir out
|
|
||||||
- cp dist/*.whl out/
|
|
||||||
when:
|
when:
|
||||||
event: tag
|
event: tag
|
||||||
|
|
||||||
@ -19,22 +17,8 @@ steps:
|
|||||||
api_key:
|
api_key:
|
||||||
from_secret: gitea-deploy
|
from_secret: gitea-deploy
|
||||||
base_url: https://git.sys42.eu/
|
base_url: https://git.sys42.eu/
|
||||||
files: out/*.whl
|
files: dist/*.whl
|
||||||
checksum:
|
checksum: md5
|
||||||
- md5
|
|
||||||
draft: true
|
draft: true
|
||||||
when:
|
when:
|
||||||
event: tag
|
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
|
|
||||||
|
Reference in New Issue
Block a user