#20 .drone.yml
This commit is contained in:
parent
5d599f2060
commit
392357dfe2
|
@ -21,9 +21,10 @@ steps:
|
|||
commands:
|
||||
- apk update > /dev/null && apk add git > /dev/null
|
||||
#- python -m venv .venv
|
||||
- source ./.venv/bin/activate
|
||||
- 'pip install pylama pylama\[all\] > /dev/null'
|
||||
- 'git --no-pager diff --name-only --diff-filter=ACMRTUXB ${DRONE_TARGET_BRANCH} | xargs pylama'
|
||||
#- source ./.venv/bin/activate
|
||||
#- 'pip install pylama pylama\[all\] > /dev/null'
|
||||
- 'git --no-pager diff --name-only --diff-filter=ACMRTUXB ${DRONE_TARGET_BRANCH} | xargs echo'
|
||||
#- 'git --no-pager diff --name-only --diff-filter=ACMRTUXB ${DRONE_TARGET_BRANCH} | xargs pylama'
|
||||
when:
|
||||
event:
|
||||
include:
|
||||
|
|
Loading…
Reference in a new issue