fix ci yapf command if no python files found
Some checks failed
continuous-integration/drone/push Build is failing
Some checks failed
continuous-integration/drone/push Build is failing
This commit is contained in:
parent
63696f4652
commit
af627dd0ce
@ -21,7 +21,7 @@ local PipelineLinting = {
|
||||
},
|
||||
commands: [
|
||||
'pip install -qq yapf',
|
||||
'[ ! -z "$(find . -type f -name *.py)" ] && yapf -rd ./',
|
||||
'[ -z "$(find . -type f -name *.py)" ] || (yapf -rd ./)',
|
||||
],
|
||||
},
|
||||
{
|
||||
|
@ -16,7 +16,7 @@ steps:
|
||||
image: python:3.9
|
||||
commands:
|
||||
- pip install -qq yapf
|
||||
- "[ ! -z \"$(find . -type f -name *.py)\" ] && yapf -rd ./"
|
||||
- "[ -z \"$(find . -type f -name *.py)\" ] || (yapf -rd ./)"
|
||||
environment:
|
||||
PY_COLORS: 1
|
||||
|
||||
@ -147,6 +147,6 @@ depends_on:
|
||||
|
||||
---
|
||||
kind: signature
|
||||
hmac: b400df05b04cd7e5710e06c31d6f157725de5cefde51e53298358c5ffcb637d6
|
||||
hmac: 667844c83a79a46021e7f579304eb15c8abbef0b36294c74d6b6304c70394b1d
|
||||
|
||||
...
|
||||
|
Loading…
Reference in New Issue
Block a user