Fix CI, doesn't need a tty
This commit is contained in:
parent
03ee66da6f
commit
dc72cd8386
1 changed files with 1 additions and 1 deletions
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
|
@ -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 \\
|
||||
|
|
Loading…
Reference in a new issue