Compare commits

...

2 Commits

Author SHA1 Message Date
d2eeeb12ab Update dependency rxjs to v7
Some checks failed
charlyghislain/charlyghislaindotcom/pipeline/pr-master There was a failure building this commit
2022-04-18 15:31:52 +00:00
97ceb9ae86 Jenkinsfile: do not deploy feature branches
All checks were successful
charlyghislain/charlyghislaindotcom/pipeline/head This commit looks good
2022-04-18 13:46:02 +02:00
3 changed files with 184 additions and 13821 deletions

1
Jenkinsfile vendored
View File

@ -69,6 +69,7 @@ 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 }
}

14002
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -22,7 +22,7 @@
"@angular/router": "^13.3.3",
"core-js": "^2.6.12",
"luxon": "^2.3.2",
"rxjs": "^6.6.7",
"rxjs": "^7.0.0",
"tslib": "^2.0.0",
"zone.js": "~0.11.5"
},