Skip to content

Commit

Permalink
Merge pull request #1682 from helios-ag/pick-container-count
Browse files Browse the repository at this point in the history
Use CONTAINER_COUNT instead of hardcoded value
  • Loading branch information
tarlepp committed Feb 7, 2022
2 parents 712db81 + ee374b2 commit ab20e2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -39,7 +39,7 @@ else
TEMP := 0
endif

ifeq ($(INSIDE_DOCKER_CONTAINER)$(TEMP), 04)
ifeq ($(INSIDE_DOCKER_CONTAINER)$(TEMP), $(addprefix 0, $(CONTAINER_COUNT)))
RUNNING_ALL_CONTAINERS = 1
else
RUNNING_ALL_CONTAINERS = 0;
Expand Down

0 comments on commit ab20e2d

Please sign in to comment.