Fix space in 'not a tty' error
This commit is contained in:
parent
9e42c6dd4f
commit
5e13e71a68
1 changed files with 1 additions and 1 deletions
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
|
@ -16,7 +16,7 @@ pipeline {
|
||||||
}
|
}
|
||||||
stage('Deploy') {
|
stage('Deploy') {
|
||||||
steps {
|
steps {
|
||||||
sh 'export GPG_TTY=$(tty) ./mvnw -Dskip-Tests=true -P release -B deploy'
|
sh 'export GPG_TTY="$(tty)" ./mvnw -Dskip-Tests=true -P release -B deploy'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue