Skip to content

Commit afa02fc

Browse files
hmm.
1 parent b410b64 commit afa02fc

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

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

Lines changed: 3 additions & 4 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.16": {}
9+
"ghcr.io/nhsdigital/nhs-notify-devcontainers/nhsnotify:1.0.17": {}
1010
},
1111
"runArgs": [
1212
"--platform=linux/amd64"
@@ -18,8 +18,7 @@
1818
"UPDATEFROMTEMPLATE": "true",
1919
"SHOWWELCOME": "true",
2020
"MAKECONFIG": "true",
21-
"GITHUBMONITOR": "true",
22-
"GH_TOKEN": "${localEnv:GH_TOKEN_LOCAL}"
21+
"GITHUBMONITOR": "true"
2322
},
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"
23+
"initializeCommand": "mkdir -p $HOME/.config/gh && 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"
2524
}

src/features/nhsnotify/devcontainer-feature.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
},
88
"id": "nhsnotify",
99
"name": "NHS Notify",
10-
"version": "1.0.16",
10+
"version": "1.0.17",
1111
"dependsOn": {
1212
"ghcr.io/devcontainers/features/common-utils:2.5.4": {
1313
"configureZshAsDefaultShell": true,

0 commit comments

Comments
 (0)