Fix CI, doesn't need a tty

This commit is contained in:
Jamie Curnow 2020-02-19 13:39:39 +10:00
parent 03ee66da6f
commit dc72cd8386

2
Jenkinsfile vendored
View file

@ -45,7 +45,7 @@ pipeline {
steps {
ansiColor('xterm') {
echo 'Checking Syntax ...'
sh '''docker run --rm -ti \\
sh '''docker run --rm \\
-v "$(pwd)/backend:/app" \\
-w /app \\
node:alpine \\