1
0
mirror of https://github.com/EDCD/EDMarketConnector.git synced 2025-06-07 19:03:23 +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. # the diff.
PYFILES=$(git diff --name-only "refs/remotes/origin/${BASE_REF}" -- | egrep '.py$') PYFILES=$(git diff --name-only "refs/remotes/origin/${BASE_REF}" -- | egrep '.py$')
echo '::set-env name=PYFILES::${PYFILES}' echo '::set-env name=PYFILES::${PYFILES}'
exit 0
- name: Set up Python 3.7 - name: Set up Python 3.7
if: ${{ env.PYFILES != '' }} if: ${{ env.PYFILES != '' }}