Compare commits

..

1 Commits

Author SHA1 Message Date
9b2cb3f6be Update dependency ts-node to v10
Some checks failed
charlyghislain/charlyghislaindotcom/pipeline/pr-master There was a failure building this commit
2022-04-18 11:41:49 +00:00

1
Jenkinsfile vendored
View File

@ -69,7 +69,6 @@ pipeline {
stage ('Update cluster') { stage ('Update cluster') {
when { when {
allOf { allOf {
expression { return env.BRANCH_NAME == 'master' }
expression { return params.SKIP_PUBLISH != true } expression { return params.SKIP_PUBLISH != true }
expression { return params.SKIP_CLUSTER_UPDATE != true } expression { return params.SKIP_CLUSTER_UPDATE != true }
} }