diff options
-rwxr-xr-x | mvn-phase-script.sh | 1 |
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" |