0
0
Fork 0

Renamed branch name

This commit is contained in:
Joan Sanchez 2022-03-31 10:12:56 +02:00
parent 44021ecd9d
commit 4fb5d46a52
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

@ -17,7 +17,7 @@ pipeline {
// env.NODE_ENV = 'production'
// env.BACK_REPLICAS = 1
// break
case 'jest-ci':
case 'test':
env.NODE_ENV = 'test'
env.BACK_REPLICAS = 1
break