diff --git a/jobs/HRB_Mobile_Other_apk/config.xml b/jobs/HRB_Mobile_Other_apk/config.xml
index 70044dc08c417235710f69a4f5d5d41d1cb5ff4c..3c850021628cb834b4a4d147589d647252badcef 100644
--- a/jobs/HRB_Mobile_Other_apk/config.xml
+++ b/jobs/HRB_Mobile_Other_apk/config.xml
@@ -26,13 +26,13 @@ feature/HA-818
develop
commitId
4c1966d510b71fdf3ec67807321a385c5378cf86
- feature/HA-1040
+ feature/HA-1053
false
DownloadName
下載清單上要顯示的名稱
- test
+ healthbookSDK
false
@@ -44,7 +44,7 @@ commitId
-
+
2
@@ -54,7 +54,7 @@ commitId
- ${HRB_Mobile_Other_Branch}
+ */${HRB_Mobile_Other_Branch}
false
@@ -74,7 +74,7 @@ commitId
VERSION=SIT_${DownloadName}_$(date +%Y%m%d)
MODIFIED_DATE=$(git log -1 --format="%ci" --)
-npm install --update-binary
+yarn install
sed -i '' "/url/s/http.*\//http:\/\/${API_SERVER}\//g" src/configs/index.js
sed -i '' "/version/s/\'.*\';/\'${VERSION}\';/" src/configs/index.js
@@ -85,8 +85,9 @@ sed -i '' 's/appVersion.*/appVersion": "1.27"/&apo
export ANDROID_HOME=/Users/jenkins/Library/Android/sdk
##npm run bundle-worker-android
+
npm run build-thread-android
-fastlane android beta
+bundle exec fastlane android beta
VERSION=SIT_${DownloadName}_$(date +%Y%m%d)