1
0
mirror of https://github.com/EDCD/EDMarketConnector.git synced 2025-04-19 10:27:38 +03:00

*.py check should always exit 0

This commit is contained in:
Athanasius 2020-07-28 16:32:06 +01:00
parent a548d383a3
commit 40dc913367

View File

@ -28,6 +28,7 @@ jobs:
# the diff.
PYFILES=$(git diff --name-only "refs/remotes/origin/${BASE_REF}" -- | egrep '.py$')
echo '::set-env name=PYFILES::${PYFILES}'
exit 0
- name: Set up Python 3.7
if: ${{ env.PYFILES != '' }}