#20 .drone.yml
This commit is contained in:
parent
392357dfe2
commit
e03dc28104
|
@ -23,8 +23,9 @@ steps:
|
|||
#- 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 echo'
|
||||
#- 'git --no-pager diff --name-only --diff-filter=ACMRTUXB ${DRONE_TARGET_BRANCH} | xargs pylama'
|
||||
- 'echo ${DRONE_TARGET_BRANCH} ${DRONE_SOURCE_BRANCH}'
|
||||
- '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_SOURCE_BRANCH} | xargs pylama'
|
||||
when:
|
||||
event:
|
||||
include:
|
||||
|
|
Loading…
Reference in a new issue