Skip to content

Commit 86ac4bd

Browse files
authored
Merge pull request #578 from NHSDigital/feature/made14-NRL-662-update-readme
[NRL-662] Update top-level README for next release
2 parents b8555d6 + 47fcbf1 commit 86ac4bd

File tree

5 files changed

+53
-488
lines changed

5 files changed

+53
-488
lines changed

.tool-versions

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
awscli 2.15.11
2-
poetry 1.5.1
2+
poetry 1.8.2
33
jq 1.7.1
44
python 3.12.2
55
terraform 1.3.4

Makefile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@ DIST_PATH ?= ./dist
1111
TEST_ARGS ?= --cov --cov-report=term-missing
1212
FEATURE_TEST_ARGS ?= ./tests/features --format progress2
1313
TF_WORKSPACE ?= $(shell terraform -chdir=terraform/infrastructure workspace show)
14-
14+
ENV ?= dev
15+
APP_ALIAS ?= default
1516

1617
export PATH := $(PATH):$(PWD)/.venv/bin
1718

0 commit comments

Comments
 (0)