remove unused call
Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
parent
d1847a3adc
commit
def3af61a7
|
@ -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',
|
||||
|
|
Loading…
Reference in New Issue