1
1
mirror of https://github.com/namibia/openvpn-install.git synced 2024-06-02 19:40:49 +00:00
openvpn-install/.gitlab-ci.yml
2018-09-22 00:23:45 +02:00

12 lines
229 B
YAML

image: debian:buster-slim
stages:
- Bash linting
shellcheck:
stage: Bash linting
script:
- apt-get update
- apt-get install -y shellcheck
- shellcheck -e SC1091,SC2164,SC2034,SC1072,SC1073,SC1009 openvpn-install.sh