Fix gitlab-ci yaml
This commit is contained in:
parent
675e016a78
commit
75efa4eaaf
1 changed files with 1 additions and 1 deletions
|
@ -52,4 +52,4 @@ formatting-check:
|
|||
image: poezio/test-base:latest
|
||||
script:
|
||||
- pip3 install yapf
|
||||
- [ -n "$(yapf -dpr poezio)" ] && echo "yapf check failure" && exit 1
|
||||
- "[ -n \"$(yapf -dpr poezio)\" ] && echo 'Formatting check failed, please run yapf' && exit 1 || echo 'Formatting check succeeded'"
|
||||
|
|
Loading…
Reference in a new issue