Skip to content

Commit

Permalink
Merge pull request #279 from DSD-DBS/makefile-load-from-env
Browse files Browse the repository at this point in the history
build: Load environment from .env in Makefile
  • Loading branch information
MoritzWeber0 authored Apr 26, 2024
2 parents d3a24fe + ea55315 commit 3049130
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 3049130

Please sign in to comment.