Skip to content

Commit

Permalink
Set COMPOSE_PROJECT_NAME in default environment.
Browse files Browse the repository at this point in the history
Set the value COMPOSE_PROJECT_NAME to the project command line
positional argument.  This enables other commands (such as dcmon) that
may use COMPOSE_PROJECT_NAME.
  • Loading branch information
kanaka committed Jun 3, 2024
1 parent a47c7f8 commit 9bb343d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/dctest/core.cljs
Original file line number Diff line number Diff line change
Expand Up @@ -321,7 +321,7 @@ Options:

results (P/loop [suites suites
context {:docker (Docker.)
:env {}
:env {"COMPOSE_PROJECT_NAME" project}
:opts {:project project
:quiet quiet
:verbose-commands verbose-commands}
Expand Down

0 comments on commit 9bb343d

Please sign in to comment.