#20 .drone.yml
continuous-integration/drone/push Build is passing Details
continuous-integration/drone/pr Build is failing Details

This commit is contained in:
Alexey Skobkin 2022-05-31 01:31:17 +03:00
parent 521eb5d90a
commit 5d599f2060
1 changed files with 1 additions and 2 deletions

View File

@ -23,8 +23,7 @@ steps:
#- python -m venv .venv
- source ./.venv/bin/activate
- 'pip install pylama pylama\[all\] > /dev/null'
- 'git --no-pager diff --name-only --diff-filter=ACMRTUXB ${DRONE_TARGET_BRANCH}'
- 'pylama $(git --no-pager diff --name-only --diff-filter=ACMRTUXB ${DRONE_TARGET_BRANCH})'
- 'git --no-pager diff --name-only --diff-filter=ACMRTUXB ${DRONE_TARGET_BRANCH} | xargs pylama'
when:
event:
include: