#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:56:15 +03:00
parent bcac660134
commit 730eab9f4a

View file

@ -23,7 +23,7 @@ steps:
#- 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 ${DRONE_TARGET_BRANCH}" - 'echo `git --no-pager diff --name-only ${DRONE_TARGET_BRANCH}`'
#- 'git --no-pager diff --name-only --diff-filter=ACMRTUXB ${DRONE_TARGET_BRANCH} ${DRONE_SOURCE_BRANCH} | xargs pylama' #- 'git --no-pager diff --name-only --diff-filter=ACMRTUXB ${DRONE_TARGET_BRANCH} ${DRONE_SOURCE_BRANCH} | xargs pylama'
when: when:
event: event: