aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTommy Carpenter <tommy@research.att.com>2018-07-31 15:48:11 -0400
committerTommy Carpenter <tommy@research.att.com>2018-07-31 15:57:56 -0400
commitac8ab5a014ae9e7b55dc3256fb2c5fa96086ee86 (patch)
tree0168a615e32aca38318db38a139141b6c9857ec9
parent5afc3dabc5504d6a2c09cbba1bbc596087e6e993 (diff)
Fix maven build to build docker
Change-Id: I0d6c18d3130ff09f5730fa2f5b513b514bc5b2ea Issue-ID: DCAEGEN2-562 Signed-off-by: Tommy Carpenter <tommy@research.att.com>
-rwxr-xr-xmvn-phase-script.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/mvn-phase-script.sh b/mvn-phase-script.sh
index 86a0dd6..64630ab 100755
--- a/mvn-phase-script.sh
+++ b/mvn-phase-script.sh
@@ -69,6 +69,7 @@ install)
;;
deploy)
echo "==> deploy phase script"
+ build_and_push_docker
;;
*)
echo "==> unprocessed phase"