From 9fe588aa96401f46ea45ea78835e56887fa94b00 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miko=C5=82aj=20Pokrywka?= Date: Sun, 27 Mar 2022 22:32:54 +0200 Subject: [PATCH] wip --- Jenkinsfile.stats | 1 - 1 file changed, 1 deletion(-) diff --git a/Jenkinsfile.stats b/Jenkinsfile.stats index 2ac2dd3..49a0328 100644 --- a/Jenkinsfile.stats +++ b/Jenkinsfile.stats @@ -20,7 +20,6 @@ pipeline { } stage("Calcualte stats") { steps { - sh "chmod +x -R" "./stats.sh" sh "./stats.sh" archiveArtifacts artifacts: "stats.txt" }