Compare commits

..

1 Commits

Author SHA1 Message Date
9136166769 Update dependency rxjs to v7
Some checks failed
charlyghislain/charlyghislaindotcom/pipeline/pr-master There was a failure building this commit
2022-04-18 11:41:43 +00:00

1
Jenkinsfile vendored
View File

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