Remove export

This commit is contained in:
Paul Campbell 2018-02-23 20:12:44 +00:00
parent 5e13e71a68
commit 5c809216b8

2
Jenkinsfile vendored
View file

@ -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'
}
}
}