File tree Expand file tree Collapse file tree 4 files changed +10
-24
lines changed
loaded-codespaces/.devcontainer Expand file tree Collapse file tree 4 files changed +10
-24
lines changed Original file line number Diff line number Diff line change 1313 "postStartCommand" : " echo ${localEnv:CONTAINER_NAME} Started" ,
1414
1515 "features" : {
16- "ghcr.io/nhsdigital/nhs-notify-devcontainers/nhsnotify:1.0.25 " : {}
16+ "ghcr.io/nhsdigital/nhs-notify-devcontainers/nhsnotify:1.0.26 " : {}
1717 },
1818 "runArgs" : [
1919 " --platform=linux/amd64"
2020 ],
2121 "forwardPorts" : [
2222 4000
2323 ],
24- "remoteUser" : " vscode" ,
25- "containerEnv" : {
26- "UPDATEFROMTEMPLATE" : " true" ,
27- "SHOWWELCOME" : " true" ,
28- "MAKECONFIG" : " true" ,
29- "GITHUBMONITOR" : " true"
30- }
24+ "remoteUser" : " vscode"
3125}
Original file line number Diff line number Diff line change 1111 },
1212 "postCreateCommand" : " echo ${localEnv:CONTAINER_NAME} Created" ,
1313 "postStartCommand" : " echo ${localEnv:CONTAINER_NAME} Started" ,
14- "features" : {
15- "ghcr.io/nhsdigital/nhs-notify-devcontainers/nhsnotify:1.0.24" : {}
16- },
14+
1715 "runArgs" : [
1816 " --platform=linux/amd64"
1917 ],
2018 "forwardPorts" : [
2119 4000
2220 ],
2321 "remoteUser" : " vscode" ,
24- "containerEnv" : {
25- "UPDATEFROMTEMPLATE" : " true" ,
26- "SHOWWELCOME" : " true" ,
27- "MAKECONFIG" : " true" ,
28- "GITHUBMONITOR" : " true"
29- },
22+
3023 "initializeCommand" : " touch $HOME/.gitconfig || true && mkdir -p $HOME/.aws || true && mkdir -p $HOME/.gnupg || true && mkdir -p $HOME/.ssh || true" ,
3124 "mounts" : [
3225 {
5447 "target" : " /home/vscode/.ssh" ,
5548 "type" : " bind"
5649 }
57- ],
50+ ]
5851}
Original file line number Diff line number Diff line change 11{
22 "containerEnv" : {
3- "UPDATEFROMTEMPLATE" : " true " ,
4- "SHOWWELCOME" : " true " ,
3+ "UPDATEFROMTEMPLATE" : " false " ,
4+ "SHOWWELCOME" : " false " ,
55 "MAKECONFIG" : " true" ,
6- "GITHUBMONITOR" : " true "
6+ "GITHUBMONITOR" : " false "
77 },
88 "id" : " nhsnotify" ,
99 "name" : " NHS Notify" ,
10- "version" : " 1.0.25 " ,
10+ "version" : " 1.0.26 " ,
1111 "dependsOn" : {
1212 "ghcr.io/devcontainers/features/common-utils:2.5.4" : {
1313 "configureZshAsDefaultShell" : true ,
Original file line number Diff line number Diff line change 99
1010echo " running make config"
1111export PATH=" ${ASDF_DATA_DIR:- $HOME / .asdf} /shims:$PATH "
12- make config
13- echo " make config complete"
12+ make config && echo " make config complete" || echo " make config failed"
You can’t perform that action at this time.
0 commit comments