#20 .drone.yml
This commit is contained in:
parent
5f3f796abb
commit
b183b905e9
|
@ -20,7 +20,7 @@ steps:
|
|||
image: 'python:3-alpine'
|
||||
commands:
|
||||
- apk update > /dev/null && apk add git > /dev/null
|
||||
- 'git --no-pager diff --name-only ${DRONE_COMMIT_REF}..HEAD'
|
||||
- 'git --no-pager diff --name-only ${DRONE_COMMIT}..HEAD'
|
||||
#- python -m venv .venv
|
||||
#- source ./.venv/bin/activate
|
||||
#- 'pip install pylama pylama\[all\] > /dev/null'
|
||||
|
|
Loading…
Reference in a new issue