generated from ministryofjustice/hmpps-template-typescript
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
VB-807: updates from template app (#184)
* Fix query string warning From ministryofjustice/hmpps-template-typescript#87 * Remove stray @types/cookie-session dev dependency * Tidy up mocks and switch to multiplatform builds From ministryofjustice/hmpps-template-typescript#89 * Allow async get to take an array of path strings From ministryofjustice/hmpps-template-typescript#90 * Switch to using AppInsights connection string From ministryofjustice/hmpps-template-typescript#91
- Loading branch information
Showing
10 changed files
with
28 additions
and
72 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,7 +10,7 @@ feature_branch: &feature_branch | |
version: 2.1 | ||
|
||
orbs: | ||
hmpps: ministryofjustice/hmpps@3.14 | ||
hmpps: ministryofjustice/hmpps@5.1 | ||
slack: circleci/[email protected] | ||
|
||
parameters: | ||
|
@@ -105,7 +105,7 @@ jobs: | |
|
||
integration_test: | ||
executor: | ||
name: hmpps/node_redis_cimg | ||
name: hmpps/node_redis | ||
node_tag: << pipeline.parameters.node-version >> | ||
redis_tag: "6.2" | ||
steps: | ||
|
@@ -157,7 +157,7 @@ workflows: | |
- build | ||
- hmpps/helm_lint: | ||
name: helm_lint | ||
- hmpps/build_docker: | ||
- hmpps/build_multiplatform_docker: | ||
name: build_docker | ||
- request_dev_approval: | ||
<<: *feature_branch | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters