Jenkins fix
gitea/salix/pipeline/head This commit looks good Details

This commit is contained in:
Juan Ferrer 2020-06-17 13:14:59 +02:00
parent fa882ebde6
commit 063571cb3c
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

@ -57,7 +57,7 @@ pipeline {
when { not { anyOf {
branch 'test'
branch 'master'
}}
}}}
environment {
NODE_ENV = ""
}