Skip to content

Commit

Permalink
Silence WARN[0000] The "U7S_NODE_NAME" variable is not set.
Browse files Browse the repository at this point in the history
Fix issue 289

Signed-off-by: Akihiro Suda <[email protected]>
  • Loading branch information
AkihiroSuda committed Sep 5, 2023
1 parent 2c39d99 commit 3426643
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ export U7S_NODE_SUBNET := $(NODE_SUBNET)

DOCKER ?= docker
COMPOSE := $(DOCKER) compose
NODE_SERVICE_NAME := $(shell $(COMPOSE) config --services | head -n1)
NODE_SERVICE_NAME := node
NODE_SHELL := $(COMPOSE) exec \
-e U7S_HOST_IP=$(U7S_HOST_IP) \
-e U7S_NODE_NAME=$(U7S_NODE_NAME) \
Expand Down

0 comments on commit 3426643

Please sign in to comment.