From 7613c0f7be52f63af8e9e76effa7e30c7654d61d Mon Sep 17 00:00:00 2001 From: Filip Gralinski Date: Mon, 29 Nov 2021 10:58:45 +0100 Subject: [PATCH] Back --- Jenkinsfile | 1 - 1 file changed, 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 95da196..1e8e134 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -7,7 +7,6 @@ pipeline { def customImage = docker.build("paper-cutter:${env.BUILD_ID}") customImage.inside() { dir('test') { - sh 'git clone https://git.wmi.amu.edu.pl/filipg/paper-cutter.git' sh 'bash run_tests.sh' } }