ci: drop ineffective V env variable
Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
parent
339afac117
commit
b169783847
|
@ -27,8 +27,6 @@ pipeline {
|
|||
MAKEFLAGS = '-j4'
|
||||
/* Disable colors in Nim compiler logs */
|
||||
NIMFLAGS = '--colors:off'
|
||||
/* Verbosity of make targets */
|
||||
V = "1"
|
||||
/* Makefile assumes the compiler folder is included */
|
||||
QTDIR = "/opt/qt/5.14.0/gcc_64"
|
||||
/* Control output the filename */
|
||||
|
|
Loading…
Reference in New Issue