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

This commit is contained in:
Alexey Skobkin 2022-05-31 02:13:06 +03:00
parent 4ed98b4389
commit d411da8699
1 changed files with 1 additions and 1 deletions

View File

@ -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}..HEAD'
- 'git --no-pager diff --name-only origin/${DRONE_TARGET_BRANCH}'
- 'git --no-pager diff --name-only `git merge-base ${DRONE_TARGET_BRANCH} HEAD`'
#- python -m venv .venv
#- source ./.venv/bin/activate