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

This commit is contained in:
Alexey Skobkin 2022-05-31 01:43:12 +03:00
parent 392357dfe2
commit e03dc28104
1 changed files with 3 additions and 2 deletions

View File

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