Showing
1 changed file
with
7 additions
and
7 deletions
@@ -225,13 +225,13 @@ package(){ | @@ -225,13 +225,13 @@ package(){ | ||
225 | echo "current path is " `pwd` | 225 | echo "current path is " `pwd` |
226 | echo "result cmd is sh $ROJECT_SOURCE_BRANCH_DIR/bin/mvn-package.sh $AUTOCONFIG_HOME/${APP_NAME}-autoconfig.properties $AUTOCONFIG_HOME/global-autoconfig.properties" | 226 | echo "result cmd is sh $ROJECT_SOURCE_BRANCH_DIR/bin/mvn-package.sh $AUTOCONFIG_HOME/${APP_NAME}-autoconfig.properties $AUTOCONFIG_HOME/global-autoconfig.properties" |
227 | 227 | ||
228 | - result=`sh $ROJECT_SOURCE_BRANCH_DIR/bin/mvn-package.sh $AUTOCONFIG_HOME/${APP_NAME}-autoconfig.properties $AUTOCONFIG_HOME/global-autoconfig.properties` | ||
229 | - echo "result = $result" | ||
230 | - if [[ "$result" =~ "FAILURE" ]] && [[ "$result" =~ "ERROR" ]];then | ||
231 | - PACKAGE_RESULT="FAILED" | ||
232 | - else | ||
233 | - PACKAGE_RESULT="SUCCESS" | ||
234 | - fi | 228 | + sh $ROJECT_SOURCE_BRANCH_DIR/bin/mvn-package.sh $AUTOCONFIG_HOME/${APP_NAME}-autoconfig.properties $AUTOCONFIG_HOME/global-autoconfig.properties |
229 | + #echo "result = $result" | ||
230 | + #if [[ "$result" =~ "FAILURE" ]] && [[ "$result" =~ "ERROR" ]];then | ||
231 | + # PACKAGE_RESULT="FAILED" | ||
232 | + # else | ||
233 | + # PACKAGE_RESULT="SUCCESS" | ||
234 | + #fi | ||
235 | echo "[INFO] package application finish." | 235 | echo "[INFO] package application finish." |
236 | 236 | ||
237 | ###commit autoconfig | 237 | ###commit autoconfig |
-
Please register or login to post a comment