1
0
miroir de https://github.com/angristan/openvpn-install.git synchronisé 2026-03-25 20:18:49 +01:00

Fix GitLab CI

Cette révision appartient à :
angristan
2018-09-22 00:23:45 +02:00
Parent f44b5ccd2c
révision c3b00891ba

Voir le fichier

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