#20 .drone.yml
This commit is contained in:
parent
730eab9f4a
commit
8169ece836
|
@ -20,11 +20,10 @@ steps:
|
|||
image: 'python:3-alpine'
|
||||
commands:
|
||||
- apk update > /dev/null && apk add git > /dev/null
|
||||
- 'git --no-pager diff --name-only ${DRONE_SOURCE_BRANCH}..HEAD'
|
||||
#- python -m venv .venv
|
||||
#- source ./.venv/bin/activate
|
||||
#- 'pip install pylama pylama\[all\] > /dev/null'
|
||||
- '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:
|
||||
include:
|
||||
|
|
Loading…
Reference in a new issue