Compare commits

...

2 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
66318bcd77 Jenkinsfile: run new release job
All checks were successful
charlyghislain/charlyghislaindotcom/pipeline/head This commit looks good
2022-04-18 12:54:15 +02:00
3 changed files with 185 additions and 13826 deletions

7
Jenkinsfile vendored
View File

@ -74,11 +74,8 @@ pipeline {
}
}
steps {
build job: 'infra/cluster-conf-update', parameters: [
string(name:"STACK", value:"charlyghislaindotcom"),
string(name:"VALUES_FILE", value:"values.yaml"),
string(name:"VALUES_KEY", value:".deployment.imageTag"),
string(name:"VALUES_VALUE", value:"\"${VERSION}\""),
build job: 'cghislai-releases/charlyghislaindotcom-release/master', parameters: [
string(name:"IMAGE_TAG", value:"\"${VERSION}\""),
]
}
}

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"
},