This is an automated email from the ASF dual-hosted git repository.

ningjiang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/servicecomb-pack.git

commit 0ccf710c63385f2cbbd37fb854254b921c5d8026
Author: Willem Jiang <willem.ji...@gmail.com>
AuthorDate: Fri Oct 4 09:54:26 2019 +0800

    Try to fix the deploy error
---
 scripts/deploy.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/scripts/deploy.sh b/scripts/deploy.sh
index a7680ec..719fe9d 100644
--- a/scripts/deploy.sh
+++ b/scripts/deploy.sh
@@ -18,7 +18,7 @@
 #bin/sh
 
 echo "Deploy a Non-Signed Staging Release"
-               mvn deploy -Ddocker.skip -DskipTests --settings 
.travis.settings.xml
+               mvn deploy -B -Ddocker.skip -DskipTests --settings 
.travis.settings.xml
     if [ $? == 0 ]; then
                        echo "${green}Snapshot Deployment is Success, please 
log on to Nexus Repo to see the snapshot release..${reset}"
                else

Reply via email to