]> www.infradead.org Git - users/dwmw2/vpnc-scripts.git/commitdiff
CI: don't need to install ocserv and which
authorDaniel Lenski <dlenski@gmail.com>
Fri, 27 Nov 2020 19:54:23 +0000 (11:54 -0800)
committerDaniel Lenski <dlenski@gmail.com>
Mon, 30 Nov 2020 19:35:08 +0000 (19:35 +0000)
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

index 38bc22021f7867b1e3ccc41cec2d6083fb5544a2..eb430af693712fc52b7b7f4d07dc63b7e9e84d97 100644 (file)
@@ -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