ci: fix TARGET value in imports Jenkinsfile

Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
Jakub Sokołowski 2022-11-04 16:20:47 +01:00
parent c500eb9dc6
commit 8f254279e1
No known key found for this signature in database
GPG Key ID: 09AA5403E54D9931
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@ pipeline {
}
environment {
TARGET = 'e2e'
TARGET = 'imports'
/* Improve make performance */
MAKEFLAGS = "-j4 V=${params.VERBOSE}"
/* Disable colors in Nim compiler logs */