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:48:31 +02:00
parent 2b52ba2389
commit c20d6b5782
No known key found for this signature in database
GPG Key ID: 4EF064D0E6D63020
5 changed files with 5 additions and 5 deletions

View File

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

View File

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

View File

@ -1,4 +1,4 @@
library 'status-jenkins-lib@v1.2.16'
library 'status-jenkins-lib@v1.2.18'
pipeline {
agent { label 'macos-xcode-12.3' }

View File

@ -1,4 +1,4 @@
library 'status-jenkins-lib@v1.2.16'
library 'status-jenkins-lib@v1.2.18'
pipeline {
agent { label params.AGENT_LABEL }

View File

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