From 8265cf88bb628c0ec5d153a8819ee9c4ecda5679 Mon Sep 17 00:00:00 2001 From: Victor Morales Date: Tue, 18 Jul 2017 13:19:05 -0500 Subject: Remove kafka message After executing the deploy.sh script a message is raised referring the usage of --build arg. This commit fixes that message. Change-Id: I27384ce0e14d45d21e78318f39b3b9eda23f31fb Signed-off-by: Victor Morales --- deploy.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deploy.sh b/deploy.sh index 33a95e0..b11a1e0 100755 --- a/deploy.sh +++ b/deploy.sh @@ -38,4 +38,4 @@ if [ -z "$MTU" ]; then fi echo "starting docker operations" -${DOCKER_COMPOSE_EXE} up -d +${DOCKER_COMPOSE_EXE} up -d --build -- cgit 1.2.3-korg