CI Job no longer tolerates failure

Failures are no longer allowed on Lint/shellcheck stage.
This commit is contained in:
4s3ti 2021-11-03 18:22:29 +01:00
parent 8acbff58dd
commit e2e8f4d4db

View file

@ -20,9 +20,6 @@ branches:
- master - master
jobs: jobs:
allow_failures:
- stage: lint
include: include:
- stage: lint - stage: lint
name: "Shellcheck lint" name: "Shellcheck lint"