From 8f254279e174c5bf9c9ea7ebbde14946f3f94bcb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20Soko=C5=82owski?= Date: Fri, 4 Nov 2022 16:20:47 +0100 Subject: [PATCH] ci: fix TARGET value in imports Jenkinsfile MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Jakub SokoĊ‚owski --- ci/Jenkinsfile.imports | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/Jenkinsfile.imports b/ci/Jenkinsfile.imports index b1ad359905..ff0da8ba00 100644 --- a/ci/Jenkinsfile.imports +++ b/ci/Jenkinsfile.imports @@ -31,7 +31,7 @@ pipeline { } environment { - TARGET = 'e2e' + TARGET = 'imports' /* Improve make performance */ MAKEFLAGS = "-j4 V=${params.VERBOSE}" /* Disable colors in Nim compiler logs */