openvpn-install/.gitlab-ci.yml

12 lines
229 B
YAML
Raw Normal View History

2018-09-22 00:23:45 +02:00
image: debian:buster-slim
2018-09-21 23:51:46 +02:00
stages:
- Bash linting
shellcheck:
stage: Bash linting
script:
2018-09-22 00:23:45 +02:00
- apt-get update
- apt-get install -y shellcheck
- shellcheck -e SC1091,SC2164,SC2034,SC1072,SC1073,SC1009 openvpn-install.sh