Fix CI pipeline

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

2
Jenkinsfile vendored
View File

@ -33,7 +33,7 @@ exit $?'''
sh '''docker run --rm \\
-v $CWD/manager:/data \\
${DOCKER_CI_TOOLS} \\
node-prune```
node-prune'''
}
}
}