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:
parent
a548d383a3
commit
40dc913367
@ -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 != '' }}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user