mirror of
https://github.com/status-im/status-desktop.git
synced 2025-01-24 05:21:58 +00:00
ci: fix TARGET value in imports Jenkinsfile
Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
parent
c500eb9dc6
commit
8f254279e1
@ -31,7 +31,7 @@ pipeline {
|
||||
}
|
||||
|
||||
environment {
|
||||
TARGET = 'e2e'
|
||||
TARGET = 'imports'
|
||||
/* Improve make performance */
|
||||
MAKEFLAGS = "-j4 V=${params.VERBOSE}"
|
||||
/* Disable colors in Nim compiler logs */
|
||||
|
Loading…
x
Reference in New Issue
Block a user