File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed
Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -16,6 +16,9 @@ APP_ALIAS ?= default
1616HOST ?= $(TF_WORKSPACE_NAME ) .api.record-locator.$(ENV ) .national.nhs.uk
1717ENV_TYPE ?= $(ENV )
1818
19+ DEBUG_PROP_ASDF_ENV := $(shell env | grep ASDF)
20+ DEBUG_PROP_BUILD_PATH := $(shell env | grep PATH)
21+
1922export PATH := $(PATH ) :$(PWD ) /.venv/bin
2023export USE_SHARED_RESOURCES := $(shell poetry run python scripts/are_resources_shared_for_stack.py $(TF_WORKSPACE_NAME ) )
2124
@@ -46,7 +49,7 @@ check-warn:
4649 @SHOULD_WARN_ONLY=true ./scripts/check-build-environment.sh
4750
4851check-deploy : # # check the deploy environment is setup correctly
49- @./scripts/check -deploy-environment.sh
52+ @./scripts/lint -deploy-environment.sh
5053
5154check-deploy-warn :
5255 @SHOULD_WARN_ONLY=true ./scripts/check-deploy-environment.sh
@@ -173,6 +176,7 @@ test-performance-cleanup:
173176 PYTHONPATH=. poetry run python tests/performance/environment.py cleanup $(TF_WORKSPACE_NAME )
174177
175178lint : check-warn # # Lint the project
179+
176180 SKIP="no-commit-to-branch" pre-commit run --all-files
177181
178182clean : # # Remove all generated and temporary files
You can’t perform that action at this time.
0 commit comments