ci: do no delete non-draft releases

We identified this issue in status-desktop release from branch
`release/0.1.0-beta.10` which had old version in VERSION file.
https://ci.status.im/job/status-desktop/job/release/job/release%252F0.1.0-beta.10/

Depends on: https://github.com/status-im/status-jenkins-lib/pull/28

Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
Jakub Sokołowski 2021-06-07 10:55:16 +02:00 committed by Iuri Matias
parent b9c2431ad5
commit 6a5b6e3593
4 changed files with 4 additions and 4 deletions

View File

@ -1,4 +1,4 @@
library 'status-jenkins-lib@v1.2.15'
library 'status-jenkins-lib@v1.2.18'
pipeline {
agent { label 'linux' }

View File

@ -1,4 +1,4 @@
library 'status-jenkins-lib@v1.2.15'
library 'status-jenkins-lib@v1.2.18'
pipeline {
agent {

View File

@ -1,4 +1,4 @@
library 'status-jenkins-lib@ci-macos-notarization'
library 'status-jenkins-lib@v1.2.18'
pipeline {
agent {

View File

@ -1,4 +1,4 @@
library 'status-jenkins-lib@v1.2.15'
library 'status-jenkins-lib@v1.2.18'
pipeline {
agent { label 'windows' }