fix: another test
continuous-integration/drone/push Build was killed Details

This commit is contained in:
William Luke 2022-02-23 10:01:52 +03:00
parent f75c44cc1c
commit 2fd72c199b
1 changed files with 7 additions and 7 deletions

View File

@ -4,7 +4,7 @@
################
kind: pipeline
name: run_tests
name: test
type: docker
steps:
@ -36,23 +36,23 @@ steps:
- name: cd
image: python:3.7.2
commands:
# Install dependencies
- git fetch
- pip install --no-cache-dir poetry
- poetry install
- poetry run semantic-release publish
- poetry run semantic-release publish
environment:
LOGLEVEL: info
GITEA_TOKEN:
GITEA_TOKEN:
from_secret: gitea_token
volumes:
- name: poetry_cache
path: /root/.cache/pypoetry
when:
branch:
branch:
- main
depends_on:
- run_tests
- test
volumes:
- name: poetry_cache
host:
path: /tmp/cache/drone/pypoetry
path: /tmp/cache/drone/pypoetry