From: Daniel Lenski Date: Fri, 27 Nov 2020 19:54:23 +0000 (-0800) Subject: CI: don't need to install ocserv and which X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=435bbb63c7c4eaa569b22a3e06c46e0cc1821e41;p=users%2Fdwmw2%2Fvpnc-scripts.git 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 --- 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