From b7aa099f07cae0d26529df1590f51971b9e685b1 Mon Sep 17 00:00:00 2001 From: Russel Waters Date: Tue, 20 Nov 2018 00:57:44 -0500 Subject: [PATCH] Disable Arch linux gitlab builds will create an issue to address missing dependencies during build (#1396) --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index d0f17cb4..0eb3d292 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -26,8 +26,8 @@ variables: script: - ./ci/build-gitlab.sh - -Arch Linux: +#Disabled until we can look at the build script +.Arch Linux: <<: *linux_cfg stage: build image: pritunl/archlinux:latest