From e09904637149d509195e7361312dc4c191b5019d Mon Sep 17 00:00:00 2001 From: teajay Date: Sun, 31 May 2020 14:07:10 +0200 Subject: [PATCH] Hello World --- Pipeline/Jenkinsfile | 5 ----- 1 file changed, 5 deletions(-) diff --git a/Pipeline/Jenkinsfile b/Pipeline/Jenkinsfile index 24c05ed..5df27c3 100644 --- a/Pipeline/Jenkinsfile +++ b/Pipeline/Jenkinsfile @@ -37,11 +37,6 @@ pipeline { dir("gluon/site"){ sh "git clone https://github.com/Netzwerk-Koenigswinter/site-ffkw-multidomain.git -b wireguard ." } - echo "Checking out custom Packages" - dir("gluon/package"){ - sh "git clone https://github.com/Netzwerk-Koenigswinter/gluon-mesh-vpn-wireguard.git" - sh "git clone https://github.com/Netzwerk-Koenigswinter/gluon-ffkw-files.git" - } } }