Skip to content

Commit b410b64

Browse files
update inits.
1 parent 964bf9d commit b410b64

File tree

2 files changed

+4
-11
lines changed

2 files changed

+4
-11
lines changed

src/devcontainers/loaded/.devcontainer/devcontainer.json

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"postCreateCommand": "echo Loaded Created",
77
"postStartCommand": "echo Loaded Started",
88
"features": {
9-
"ghcr.io/nhsdigital/nhs-notify-devcontainers/nhsnotify:1.0.15": {}
9+
"ghcr.io/nhsdigital/nhs-notify-devcontainers/nhsnotify:1.0.16": {}
1010
},
1111
"runArgs": [
1212
"--platform=linux/amd64"
@@ -21,7 +21,5 @@
2121
"GITHUBMONITOR": "true",
2222
"GH_TOKEN": "${localEnv:GH_TOKEN_LOCAL}"
2323
},
24-
"initializeCommand": "touch $HOME/.config/gh/hosts.yml || true && touch $HOME/.gitconfig || true && mkdir -p $HOME/.aws || true && mkdir -p $HOME/.gnupg || true && mkdir -p $HOME/.ssh || true",
25-
26-
}
27-
24+
"initializeCommand": "touch $HOME/.config/gh/hosts.yml || true && touch $HOME/.gitconfig || true && mkdir -p $HOME/.aws || true && mkdir -p $HOME/.gnupg || true && mkdir -p $HOME/.ssh || true"
25+
}

src/features/nhsnotify/devcontainer-feature.json

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
},
88
"id": "nhsnotify",
99
"name": "NHS Notify",
10-
"version": "1.0.15",
10+
"version": "1.0.16",
1111
"dependsOn": {
1212
"ghcr.io/devcontainers/features/common-utils:2.5.4": {
1313
"configureZshAsDefaultShell": true,
@@ -52,11 +52,6 @@
5252
"target": "/home/vscode/.ssh",
5353
"type": "bind"
5454
},
55-
{
56-
"source": "${localEnv:HOME}/.ssh",
57-
"target": "/home/vscode/.ssh",
58-
"type": "bind"
59-
},
6055
{
6156
"source": "${localEnv:HOME}/.config/gh/hosts.yml",
6257
"target": "/home/vscode/.config/gh/hosts.yml",

0 commit comments

Comments
 (0)