From 8b281857fe0b93272593fd548498a8b958b71bb6 Mon Sep 17 00:00:00 2001 From: angristan Date: Mon, 25 Feb 2019 23:26:06 +0100 Subject: [PATCH] revert gitlab-ci changes --- .gitlab-ci.yml | 9 --------- 1 file changed, 9 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 02517b9..6961880 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -2,7 +2,6 @@ image: debian:buster-slim stages: - Bash linting - - Vagrant linting shellcheck: stage: Bash linting @@ -10,11 +9,3 @@ shellcheck: - apt-get update - apt-get install -y shellcheck - 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