From 435bbb63c7c4eaa569b22a3e06c46e0cc1821e41 Mon Sep 17 00:00:00 2001 From: Daniel Lenski Date: Fri, 27 Nov 2020 11:54:23 -0800 Subject: [PATCH] CI: don't need to install ocserv and which These are already included in the Centos7 build image: https://gitlab.com/openconnect/build-images/-/blob/master/openconnect-cli/centos7/Dockerfile#L11 --- .gitlab-ci.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 38bc220..eb430af 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -6,8 +6,7 @@ variables: resolv.conf-iproute/Centos7: image: $CI_REGISTRY/$BUILD_IMAGES_PROJECT:$CENTOS7_BUILD before_script: - - yum install -y ocserv openconnect which - net-tools + - yum install -y openconnect net-tools script: # Test with iproute2 - make -C tests check RESOLVCONF=1 -- 2.50.1