Commit c4374c4a authored by YM-RD-AP01\ymadmin's avatar YM-RD-AP01\ymadmin

scott: Job [HRB_Mobile_Other_ipa] configuration updated

Change performed by ·¨¼y°ó
parent 18327b2c
...@@ -95,7 +95,7 @@ MODIFIED_DATE=$(git log -1 --format="%ci" --) ...@@ -95,7 +95,7 @@ MODIFIED_DATE=$(git log -1 --format="%ci" --)
# npm install --update-binary # npm install --update-binary
rm -rf ios/Podfile.lock 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 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/ && pod install && cd ../ cd ios/ && gem install cocoapods && pod install && cd ../
sed -i '' "/url/s/http.*\//${HTT_PROTOCOL}:\/\/${API_SERVER}\//g" src/configs/index.js sed -i '' "/url/s/http.*\//${HTT_PROTOCOL}:\/\/${API_SERVER}\//g" src/configs/index.js
sed -i '' "/version/s/\'.*\';/\'${VERSION}\';/" src/configs/index.js sed -i '' "/version/s/\'.*\';/\'${VERSION}\';/" src/configs/index.js
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment