#20 .drone.yml
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is passing

This commit is contained in:
Alexey Skobkin 2022-05-31 02:07:56 +03:00
parent 5f3f796abb
commit b183b905e9

View file

@ -20,7 +20,7 @@ steps:
image: 'python:3-alpine' image: 'python:3-alpine'
commands: commands:
- apk update > /dev/null && apk add git > /dev/null - 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 #- 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'