Skip to content

Commit b1ac2af

Browse files
committed
Try editing JSON file directly
1 parent 59e9802 commit b1ac2af

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

azure/templates/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ steps:
44
npm run publish 2> /dev/null
55
cp build/immunisation-fhir-api.json sandbox/
66
7-
cd sandbox
7+
cd sandbox
88
docker build -t sandbox .
99
displayName: Build sandbox image
1010
workingDirectory: "$(Pipeline.Workspace)/s/$(SERVICE_NAME)"

sandbox/immunisation-fhir-api.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3446,7 +3446,7 @@
34463446
{
34473447
"family": "Owler",
34483448
"given": [
3449-
"Ozzie"
3449+
"Test if changes picked up (JSON)"
34503450
]
34513451
}
34523452
],

0 commit comments

Comments
 (0)