#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:09:59 +03:00
parent b183b905e9
commit 4ed98b4389

View file

@ -21,6 +21,7 @@ steps:
commands:
- apk update > /dev/null && apk add git > /dev/null
- 'git --no-pager diff --name-only ${DRONE_COMMIT}..HEAD'
- 'git --no-pager diff --name-only `git merge-base ${DRONE_TARGET_BRANCH} HEAD`'
#- python -m venv .venv
#- source ./.venv/bin/activate
#- 'pip install pylama pylama\[all\] > /dev/null'