ci: drop ineffective V env variable

Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
Jakub Sokołowski 2020-09-28 17:35:09 +02:00 committed by Jakub
parent 339afac117
commit b169783847
1 changed files with 0 additions and 2 deletions

View File

@ -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 */