Fix some script to work offline
Signed-off-by: Severin Kaderli <severin@kaderli.dev>
This commit is contained in:
parent
a8d174269d
commit
bad9590a7b
3 changed files with 12 additions and 8 deletions
|
@ -1,7 +1,9 @@
|
|||
image: ubuntu:latest
|
||||
image: koalaman/shellcheck:latest
|
||||
|
||||
stages:
|
||||
- Lint
|
||||
|
||||
before_script:
|
||||
- apt-get update && apt-get install -y --no-install-recommends shellcheck
|
||||
- shopt -s expand_aliases
|
||||
- alias shellcheck="shellcheck -x --exclude=SC2034,SC1091,SC1090,SC2012"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue