forked from Mirror/pmbootstrap
gitlab-ci: remove 'allow_failure: true' (MR 2327)
Now that it is all passing, let's keep it that way!
This commit is contained in:
parent
18fa4e58a3
commit
2cf80bb534
1 changed files with 0 additions and 3 deletions
|
@ -44,7 +44,6 @@ pytest:
|
||||||
|
|
||||||
ruff:
|
ruff:
|
||||||
stage: lint
|
stage: lint
|
||||||
allow_failure: true
|
|
||||||
script:
|
script:
|
||||||
- ".ci/ruff.sh"
|
- ".ci/ruff.sh"
|
||||||
|
|
||||||
|
@ -55,7 +54,6 @@ shellcheck:
|
||||||
|
|
||||||
vermin:
|
vermin:
|
||||||
stage: lint
|
stage: lint
|
||||||
allow_failure: true
|
|
||||||
script:
|
script:
|
||||||
- ".ci/vermin.sh"
|
- ".ci/vermin.sh"
|
||||||
|
|
||||||
|
@ -72,7 +70,6 @@ mr-settings:
|
||||||
|
|
||||||
mypy:
|
mypy:
|
||||||
stage: lint
|
stage: lint
|
||||||
allow_failure: true
|
|
||||||
script:
|
script:
|
||||||
- ".ci/mypy.sh"
|
- ".ci/mypy.sh"
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue