mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
readd allow_failure
This commit is contained in:
parent
bfd7257a8c
commit
3bd314e940
1 changed files with 2 additions and 0 deletions
|
@ -7,6 +7,7 @@ lint37:
|
||||||
stage: lint
|
stage: lint
|
||||||
image: "before-install"
|
image: "before-install"
|
||||||
needs: []
|
needs: []
|
||||||
|
allow_failure: true
|
||||||
script:
|
script:
|
||||||
- tox -e py37-lint
|
- tox -e py37-lint
|
||||||
|
|
||||||
|
@ -20,6 +21,7 @@ invalidcode37:
|
||||||
format-check:
|
format-check:
|
||||||
stage: lint
|
stage: lint
|
||||||
image: "before-install"
|
image: "before-install"
|
||||||
|
allow_failure: true
|
||||||
needs: []
|
needs: []
|
||||||
script:
|
script:
|
||||||
- tox -e py37-black-check
|
- tox -e py37-black-check
|
||||||
|
|
Loading…
Add table
Reference in a new issue