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