remove unused call

Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
Jakub Sokołowski 2018-11-26 09:05:26 +01:00
parent d1847a3adc
commit def3af61a7
No known key found for this signature in database
GPG Key ID: 4EF064D0E6D63020
1 changed files with 0 additions and 1 deletions

View File

@ -83,7 +83,6 @@ pipeline {
}
stage('Release') { when { expression { params.GITHUB_RELEASE == true } }
steps {
def dst = lib.getReleaseDir()
sh 'make prepare-release'
withCredentials([[
$class: 'UsernamePasswordMultiBinding',