#20 .drone.yml
This commit is contained in:
parent
521eb5d90a
commit
5d599f2060
|
@ -23,8 +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 --diff-filter=ACMRTUXB ${DRONE_TARGET_BRANCH}'
|
- 'git --no-pager diff --name-only --diff-filter=ACMRTUXB ${DRONE_TARGET_BRANCH} | xargs pylama'
|
||||||
- 'pylama $(git --no-pager diff --name-only --diff-filter=ACMRTUXB ${DRONE_TARGET_BRANCH})'
|
|
||||||
when:
|
when:
|
||||||
event:
|
event:
|
||||||
include:
|
include:
|
||||||
|
|
Loading…
Reference in a new issue