Skip to content

Commit 0de267e

Browse files
committed
[NRL-662] Update README to represent changes in next release
1 parent 8de25d3 commit 0de267e

File tree

2 files changed

+19
-446
lines changed

2 files changed

+19
-446
lines changed

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)