diff options
author | Vijay Venkatesh Kumar <vv770d@att.com> | 2018-11-09 09:49:23 +0000 |
---|---|---|
committer | Vijay Venkatesh Kumar <vv770d@att.com> | 2018-11-09 10:41:50 +0000 |
commit | d3f61c612c479ebbfae082f4dc71aafe74b98bf6 (patch) | |
tree | 9ebfb72ea821d905274b2486ff5232c237f11677 | |
parent | db45f4740b7dd1db3db1d70f151ed1cadbbd5086 (diff) |
fix build issue2.2.4casablanca
Change-Id: I4cb5ace3081ae6ca98bbde6eeee7cc4336d061cd
Signed-off-by: Vijay Venkatesh Kumar <vv770d@att.com>
Issue-ID: DCAEGEN2-772
-rwxr-xr-x | mvn-phase-script.sh | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/mvn-phase-script.sh b/mvn-phase-script.sh index 64630ab..456790a 100755 --- a/mvn-phase-script.sh +++ b/mvn-phase-script.sh @@ -69,7 +69,10 @@ install) ;; deploy) echo "==> deploy phase script" - build_and_push_docker + ( + cd ${PROJECT_ROOT} + build_and_push_docker + ) ;; *) echo "==> unprocessed phase" |