#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:50:54 +03:00
parent aeaae1bda9
commit 375eec9d40
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ steps:
#- python -m venv .venv
#- source ./.venv/bin/activate
#- 'pip install pylama pylama\[all\] > /dev/null'
- 'echo ${DRONE_TARGET_BRANCH} ${DRONE_COMMIT}'
- 'echo ${DRONE_TARGET_BRANCH} ${DRONE_COMMIT} | 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'
when: