HOTFIX: upgraded Node to 12.10.0

This commit is contained in:
Mustapha Zorgati 2019-09-30 14:58:42 +02:00 committed by Dennis Lehmann
parent d7cfd31b05
commit b09567410e
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ stages:
env: env:
global: global:
- FORCE_DEPLOY=false - FORCE_DEPLOY=false
- NODE_VERSION=8 - NODE_VERSION=12.10.0
- DEPLOY_REPO=Taskana/taskana - DEPLOY_REPO=Taskana/taskana
- VERSION=v`mvn -q -Dexec.executable="echo" -Dexec.args='${project.version}' --non-recursive org.codehaus.mojo:exec-maven-plugin:1.6.0:exec -f ./lib` - VERSION=v`mvn -q -Dexec.executable="echo" -Dexec.args='${project.version}' --non-recursive org.codehaus.mojo:exec-maven-plugin:1.6.0:exec -f ./lib`
matrix: matrix: