revert gitlab-ci changes
This commit is contained in:
parent
255437ecb3
commit
8b281857fe
1 changed files with 0 additions and 9 deletions
|
|
@ -2,7 +2,6 @@ image: debian:buster-slim
|
||||||
|
|
||||||
stages:
|
stages:
|
||||||
- Bash linting
|
- Bash linting
|
||||||
- Vagrant linting
|
|
||||||
|
|
||||||
shellcheck:
|
shellcheck:
|
||||||
stage: Bash linting
|
stage: Bash linting
|
||||||
|
|
@ -10,11 +9,3 @@ shellcheck:
|
||||||
- apt-get update
|
- apt-get update
|
||||||
- apt-get install -y shellcheck
|
- apt-get install -y shellcheck
|
||||||
- shellcheck -e SC1091,SC2164,SC2034,SC1072,SC1073,SC1009 openvpn-install.sh
|
- shellcheck -e SC1091,SC2164,SC2034,SC1072,SC1073,SC1009 openvpn-install.sh
|
||||||
|
|
||||||
vagrant validate:
|
|
||||||
stage: Vagrant linting
|
|
||||||
script:
|
|
||||||
- echo "deb http://deb.debian.org/debian buster main contrib" > /etc/apt/sources.list
|
|
||||||
- apt-get update
|
|
||||||
- apt-get install --no-install-recommends -y vagrant virtualbox
|
|
||||||
- vagrant validate
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue