#20 .drone.yml
This commit is contained in:
parent
bcac660134
commit
730eab9f4a
|
@ -23,7 +23,7 @@ steps:
|
|||
#- python -m venv .venv
|
||||
#- source ./.venv/bin/activate
|
||||
#- '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'
|
||||
when:
|
||||
event:
|
||||
|
|
Loading…
Reference in a new issue