From c6ed7ef0a1c162a379cf5ffc79c2129f3fc8c3e8 Mon Sep 17 00:00:00 2001 From: cclecle Date: Mon, 27 Mar 2023 23:48:18 +0100 Subject: [PATCH] fix wrong typo in jenkinsfile --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 07a0f19..6f4f2ff 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -184,7 +184,7 @@ pipeline { sh(". ~/BUILD_ENV/bin/activate && pip install --upgrade setuptools build pip copier jinja2-slug toml") - sh(". ~/TOOLS_ENV/bin/activate && pip install simple_rest_client requests twine packaging) + sh(". ~/TOOLS_ENV/bin/activate && pip install simple_rest_client requests twine packaging") script { if(_PROJECT_NAME!="pygitversionhelper") {