diff --git a/jobs/HRB_Mobile_Other_ipa/config.xml b/jobs/HRB_Mobile_Other_ipa/config.xml index 5545f27d3179180e3c85dd3d7b89b5d3e8d7d55e..4e72697b3dbe38d68684e5d92bd9a891893a4783 100644 --- a/jobs/HRB_Mobile_Other_ipa/config.xml +++ b/jobs/HRB_Mobile_Other_ipa/config.xml @@ -98,7 +98,7 @@ bundler install # npm install --update-binary rm -rf ios/Podfile.lock rm -rf $TMPDIR/react-* && rm -rf $TMPDIR/metro-* && rm -rf $TMPDIR/haste-* && watchman watch-del-all && npm cache clean --force && npm cache verify && rm -rf ios/build && rm -rf node_modules/ && npm i -cd ios/ && bundle exec pod install && cd ../ +# cd ios/ && bundle exec pod install && cd ../ sed -i '' "/url/s/http.*\//${HTT_PROTOCOL}:\/\/${API_SERVER}\//g" src/configs/index.js sed -i '' "/version/s/\'.*\';/\'${VERSION}\';/" src/configs/index.js