aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVictor Morales <victor.morales@intel.com>2017-07-18 13:19:05 -0500
committerVictor Morales <victor.morales@intel.com>2017-07-18 13:19:05 -0500
commit8265cf88bb628c0ec5d153a8819ee9c4ecda5679 (patch)
treefb34134574db9bbf0cfa01d40527712bde1cf609
parentf934c2af814d5547512b544a1aaa29df71bc8778 (diff)
Remove kafka messageHEADmaster
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 <victor.morales@intel.com>
-rwxr-xr-xdeploy.sh2
1 files changed, 1 insertions, 1 deletions
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