#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:47:45 +03:00
parent e03dc28104
commit aeaae1bda9

View file

@ -23,8 +23,8 @@ 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'
- 'echo ${DRONE_TARGET_BRANCH} ${DRONE_SOURCE_BRANCH}' - 'echo ${DRONE_TARGET_BRANCH} ${DRONE_COMMIT}'
- '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_COMMIT} | xargs echo'
#- '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: