#20 .drone.yml
continuous-integration/drone/push Build is passing Details
continuous-integration/drone/pr Build is failing Details

This commit is contained in:
Alexey Skobkin 2022-05-31 02:04:21 +03:00
parent 730eab9f4a
commit 8169ece836
1 changed files with 1 additions and 2 deletions

View File

@ -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: