ci: use poetry #2
17
.drone.yml
17
.drone.yml
@ -22,6 +22,15 @@ steps:
|
|||||||
- name: poetry_cache
|
- name: poetry_cache
|
||||||
path: /root/.cache/pypoetry
|
path: /root/.cache/pypoetry
|
||||||
|
|
||||||
|
volumes:
|
||||||
|
- name: poetry_cache
|
||||||
|
host:
|
||||||
|
path: /tmp/cache/drone/pypoetry
|
||||||
|
---
|
||||||
|
kind: pipeline
|
||||||
|
name: publish
|
||||||
|
|
||||||
|
steps:
|
||||||
- name: publish
|
- name: publish
|
||||||
image: python:3.7.2
|
image: python:3.7.2
|
||||||
commands:
|
commands:
|
||||||
@ -31,10 +40,16 @@ steps:
|
|||||||
- poetry run semantic-release publish --noop
|
- poetry run semantic-release publish --noop
|
||||||
environment:
|
environment:
|
||||||
LOGLEVEL: info
|
LOGLEVEL: info
|
||||||
|
|
||||||
volumes:
|
volumes:
|
||||||
- name: poetry_cache
|
- name: poetry_cache
|
||||||
path: /root/.cache/pypoetry
|
path: /root/.cache/pypoetry
|
||||||
|
when:
|
||||||
|
branch:
|
||||||
|
- master
|
||||||
|
event:
|
||||||
|
- push
|
||||||
|
depends_on:
|
||||||
|
- run_tests
|
||||||
volumes:
|
volumes:
|
||||||
- name: poetry_cache
|
- name: poetry_cache
|
||||||
host:
|
host:
|
||||||
|
Loading…
Reference in New Issue
Block a user