#20 .drone.yml
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is passing

This commit is contained in:
Alexey Skobkin 2022-05-31 01:39:06 +03:00
parent 5d599f2060
commit 392357dfe2

View file

@ -21,9 +21,10 @@ steps:
commands: commands:
- apk update > /dev/null && apk add git > /dev/null - apk update > /dev/null && apk add git > /dev/null
#- python -m venv .venv #- python -m venv .venv
- source ./.venv/bin/activate #- source ./.venv/bin/activate
- 'pip install pylama pylama\[all\] > /dev/null' #- 'pip install pylama pylama\[all\] > /dev/null'
- 'git --no-pager diff --name-only --diff-filter=ACMRTUXB ${DRONE_TARGET_BRANCH} | xargs pylama' - 'git --no-pager diff --name-only --diff-filter=ACMRTUXB ${DRONE_TARGET_BRANCH} | xargs echo'
#- 'git --no-pager diff --name-only --diff-filter=ACMRTUXB ${DRONE_TARGET_BRANCH} | xargs pylama'
when: when:
event: event:
include: include: