diff --git a/jobs/HRB_Mobile_SIT_apk/config.xml b/jobs/HRB_Mobile_SIT_apk/config.xml
index a2006235e86394686e67e9fc7ec1cb5ba8dcefbf..adeb790b840e66a64bc0c6828453c2876293ebed 100644
--- a/jobs/HRB_Mobile_SIT_apk/config.xml
+++ b/jobs/HRB_Mobile_SIT_apk/config.xml
@@ -61,18 +61,7 @@ hotfix/1.47.1
false
- PATH="$HOME/.rvm/bin:/usr/local/bin:$PATH:/Users/jenkins/.fastlane/bin/"
-VERSION=SIT_$(date +%Y%m%d)_$(git rev-parse --short HEAD)
-MODIFIED_DATE=$(git log -1 --format="%ci" --)
-
-# 加速打包,正式時還是要包
-GYM_INCLUDE_SYMBOLS=false
-GYM_INCLUDE_BITCODE=false
-
-gem install bundler
-bundler install
-
-npm run reset
+ sh jenkins_android.sh SIT
sed -i '' "/url/s/http.*\//http:\/\/${API_SERVER}\//g" src/configs/index.js
sed -i '' "/version/s/\'.*\';/\'${VERSION}\';/" src/configs/index.js