Use fe-build-env@1.2.0

This commit is contained in:
Mathias Schopmans
2017-03-09 10:42:13 +01:00
parent 01f021e164
commit 139a0c036e

View File

@@ -16,7 +16,7 @@ node {
parallel(
frontend: {
stage('Build Frontend Assets') {
docker.image('aoepeople/fe-build-env:1.1.0').inside() {
docker.image('aoepeople/fe-build-env:1.2.0').inside() {
ansiColor('xterm') {
sh "BABEL_CACHE_PATH=/tmp/.babel yarn install"
sh "BABEL_CACHE_PATH=/tmp/.babel yarn run build"