From c42b5aa145ff8fe1c21874adf8e1f078b1c3b94c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20Soko=C5=82owski?= Date: Fri, 24 May 2019 08:29:06 -0400 Subject: [PATCH] remove useless env variables MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Jakub SokoĊ‚owski --- Jenkinsfile | 2 -- 1 file changed, 2 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index 7bb718c..d87a04d 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -17,8 +17,6 @@ pipeline { GH_USER = 'status-im-auto' GH_MAIL = 'auto@status.im' GH_REPO = 'translate.status.im' - /* This assumes the NODE_ENV parameter is defined in the job */ - ENV = "${params.ENV}" } stages {