Skip to content

Commit 06a5f98

Browse files
committed
[AEA-0000] initial repo setup
1 parent 239f477 commit 06a5f98

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

.devcontainer/Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ RUN git clone https://github.com/asdf-vm/asdf.git ~/.asdf --branch v0.11.3; \
2828
echo 'export GEM_HOME="$HOME/gems"' >> ~/.bashrc; \
2929
echo 'export PATH="$HOME/gems/bin:$PATH"' >> ~/.bashrc;
3030

31-
ENV PATH="$PATH:/home/vscode/.asdf/bin/:/workspaces/eps-prescription-tracker-ui/node_modules/.bin"
31+
ENV PATH="$PATH:/home/vscode/.asdf/bin/:/workspaces/eps-vpc-resources/node_modules/.bin"
3232

3333

3434
# Install ASDF plugins
@@ -41,8 +41,8 @@ RUN asdf plugin add python; \
4141
asdf plugin add ruby https://github.com/asdf-vm/asdf-ruby.git
4242

4343

44-
WORKDIR /workspaces/eps-prescription-tracker-ui
45-
ADD .tool-versions /workspaces/eps-prescription-tracker-ui/.tool-versions
44+
WORKDIR /workspaces/eps-vpc-resources
45+
ADD .tool-versions /workspaces/eps-resources/.tool-versions
4646
ADD .tool-versions /home/vscode/.tool-versions
4747

4848
RUN asdf install; \

.devcontainer/devcontainer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
"github.vscode-github-actions"
4545
],
4646
"settings": {
47-
"python.defaultInterpreterPath": "/workspaces/eps-prescription-tracker-ui/.venv/bin/python",
47+
"python.defaultInterpreterPath": "/workspaces/eps-vpc-resources/.venv/bin/python",
4848
"python.analysis.autoSearchPaths": true,
4949
"python.analysis.extraPaths": [],
5050
"python.testing.unittestEnabled": false,

.github/workflows/pr_title_check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
echo "PR title is not prefixed with change type."
1818
echo "Please prefix your PR title with a change type (Fix, Update, New, Breaking, Docs, Build, Upgrade, Chore)."
1919
echo "See the contributing guide for more details:"
20-
echo "https://github.com/NHSDigital/electronic-prescription-service-clinical-prescription-tracker/blob/main/CONTRIBUTING.md"
20+
echo "https://github.com/NHSDigital/eps-vpc-resources/blob/main/CONTRIBUTING.md"
2121
exit 1
2222
fi
2323
- name: Check PR Title contains Ticket/Dependabot Reference

.vscode/eps-vpc-resources.code-workspace

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"devcontainer",
3434
"direnv",
3535
"eamodio",
36-
"eps-prescription-status-update-api",
36+
"eps-vpc-resources",
3737
"esbuild",
3838
"excelviewer",
3939
"fhir",

0 commit comments

Comments
 (0)