Skip to content

Commit

Permalink
Merge pull request #93 from metal-stack/Makefile-edit
Browse files Browse the repository at this point in the history
fix docker-compose commands outside CI
  • Loading branch information
iljarotar authored Feb 11, 2022
2 parents d863900 + d178346 commit 426c2f9
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 @@ -26,7 +26,7 @@ endif
ifeq ($(CI),true)
DOCKER_COMPOSE_TTY_ARG=-T
else
DOCKER_COMPOSE_TTY_ARG=""
DOCKER_COMPOSE_TTY_ARG=
endif

.PHONY: up
Expand Down

0 comments on commit 426c2f9

Please sign in to comment.