remove useless env variables

Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
Jakub Sokołowski 2019-05-24 08:29:06 -04:00
parent e5fcee44b3
commit c42b5aa145
No known key found for this signature in database
GPG Key ID: 4EF064D0E6D63020
1 changed files with 0 additions and 2 deletions

2
Jenkinsfile vendored
View File

@ -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 {