From a2d2e2ce845f78dc9d8509873a8af80bbafbc2e3 Mon Sep 17 00:00:00 2001 From: QXZ3NHY Date: Fri, 16 Jun 2023 08:30:34 +0200 Subject: [PATCH] kpi-extension functionality --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index d5d0f8e..bbf902c 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -89,7 +89,7 @@ pipeline { // pip3 install -r requirements.txt // """ // sudo apt update && \ - cp ~/.bashrc ~/.bashrc_bak + // cp ~/.bashrc ~/.bashrc_bak // echo 'if [ -d "$HOME/.local/bin" ] ; then' >> ~/.bashrc // echo ' PATH="$HOME/.local/bin:$PATH"' >> ~/.bashrc // echo 'fi' >> ~/.bashrc