diff --git a/jobs/HRB_Mobile_Prod_DIH_apk/config.xml b/jobs/HRB_Mobile_Prod_DIH_apk/config.xml index ebdd9d544e919e9b465d488445695935865e4dce..cba6d4681e895a96461b561039af9c3b323cd098 100644 --- a/jobs/HRB_Mobile_Prod_DIH_apk/config.xml +++ b/jobs/HRB_Mobile_Prod_DIH_apk/config.xml @@ -14,7 +14,7 @@ UAT 使用的版本,如: release/1.15GA hotfix/1.14.1GA - master + DIH false @@ -68,12 +68,11 @@ sed -i '' 's/piwikSiteId_ios =.*/piwikSiteId_ios = 10;/ ;s/piwikS export ANDROID_HOME=/Users/jenkins/Library/Android/sdk -node node_modules/react-native/local-cli/cli.js bundle --dev false --assets-dest ./android --entry-file index.worker.js --platform android --bundle-output ./android/app/src/main/assets/index.worker.bundle --sourcemap-output ./android/app/src/main/assets/index.worker.map - +npm run build-thread-android bundle exec fastlane android release - VERSION=Prod_$(date +%Y%m%d)_$(git rev-parse --short HEAD) + VERSION=Prod_DIH_$(date +%Y%m%d)_$(git rev-parse --short HEAD) MODIFIED_DATE=$(git log -1 --format="%ci" --) NAME=HRB_Mobile