mirror of
https://github.com/angristan/openvpn-install.git
synced 2024-11-22 08:49:03 +01:00
Fix GitLab CI
This commit is contained in:
parent
f44b5ccd2c
commit
c3b00891ba
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user