Fix CI pipeline

This commit is contained in:
Jamie Curnow 2018-05-03 16:03:53 +10:00
parent 074a8377a3
commit e1aa975987

1
Jenkinsfile vendored
View File

@ -34,7 +34,6 @@ exit $?'''
-v $CWD/manager:/data \\ -v $CWD/manager:/data \\
${DOCKER_CI_TOOLS} \\ ${DOCKER_CI_TOOLS} \\
node-prune''' node-prune'''
}
} }
} }
stage('Build') { stage('Build') {