Fix some script to work offline

Signed-off-by: Severin Kaderli <severin@kaderli.dev>
This commit is contained in:
Severin Kaderli 2019-04-03 17:17:42 +02:00
parent a8d174269d
commit bad9590a7b
Signed by: severinkaderli
GPG key ID: F419F8835B72F0C4
3 changed files with 12 additions and 8 deletions

View file

@ -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"