diff --git a/jobs/HRB_Mobile_SIT_apk/config.xml b/jobs/HRB_Mobile_SIT_apk/config.xml index 6e3302a2eab0859fb28e0c17405b06c5a72c2357..7c4a0bd01e92a6053244f74588ebd7746722bb81 100644 --- a/jobs/HRB_Mobile_SIT_apk/config.xml +++ b/jobs/HRB_Mobile_SIT_apk/config.xml @@ -51,7 +51,7 @@ npm install --update-binary sed -i "" '/url/s/http.*\//http:\/\/10.32.86.132\//g' src/configs/index.js sed -i '' "/version/s/\'.*\';/\'${VERSION}\';/" src/configs/index.js sed -i '' "/modifiedTime/s/\'.*\';/\'${MODIFIED_DATE}\';/" src/configs/index.js -sed -i "" '/allergyUrl/s/http.*\//http:\/\/10.32.86.132\//g' src/configs/index.js +sed -i '' "/allergyUrl/s/\__DEV__.*\';/\'http:\/\/10.32.86.132\/\';/" src/configs/index.js sed -i '' 's/appVersion.*/appVersion": "1.27"/' appConfig.json export ANDROID_HOME=/Users/jenkins/Library/Android/sdk