Skip to content

Commit

Permalink
build: Load environment from .env in Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
MoritzWeber0 committed Apr 26, 2024
1 parent d3a24fe commit ea55315
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -46,3 +46,4 @@ prometheus*
.idea
volumes
*.egg-info/
.env
2 changes: 2 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,8 @@ RUN_TESTS_WITH_T4C_SERVER ?= 0
# correct locations (as described in the README)
RUN_TESTS_WITH_T4C_CLIENT ?= 0

include .env

export DOCKER_BUILDKIT=1
export MAKE_CURRENT_TARGET=$@

Expand Down

0 comments on commit ea55315

Please sign in to comment.