From 65ae98ff6de083e2c1703385b8273d34f1dce852 Mon Sep 17 00:00:00 2001 From: Lars van de Kerkhof Date: Wed, 15 May 2024 14:34:25 +0200 Subject: [PATCH] hehe --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index fb38bc40..8fda4900 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -8,7 +8,7 @@ pipeline { stage('Build') { steps { withPythonEnv('System-CPython-3.10') { - withEnv(['PIP_INDEX_URL=PIP_INDEX_URL=https://pypi.uwkm.nl/voxyan/testing/+simple/']) { + withEnv(['PIP_INDEX_URL=https://pypi.uwkm.nl/voxyan/testing/+simple/']) { pysh "make install" } }