Fix GitLab CI

This commit is contained in:
angristan 2018-09-22 00:23:45 +02:00
parent f44b5ccd2c
commit c3b00891ba

View File

@ -1,4 +1,4 @@
image: koalaman/shellcheck:stable image: debian:buster-slim
stages: stages:
- Bash linting - Bash linting
@ -6,4 +6,6 @@ stages:
shellcheck: shellcheck:
stage: Bash linting stage: Bash linting
script: script:
- shellcheck openvpn-install.sh - apt-get update
- apt-get install -y shellcheck
- shellcheck -e SC1091,SC2164,SC2034,SC1072,SC1073,SC1009 openvpn-install.sh