Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
B
banma_credit
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
hik_rn
project
banma_credit
Commits
637a90bb
Commit
637a90bb
authored
Oct 10, 2020
by
app
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'develop' of
http://git.hikcreate.com/hikrn/project/banma_credit
into develop
parents
da541efd
e01053d6
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
1 deletions
+7
-1
ios_prebuild.sh
+7
-1
No files found.
ios_prebuild.sh
View file @
637a90bb
#!/bin/bash
#!/bin/bash
git submodule update
--init
--recursive
git checkout
${
branch_name
#*/
}
--recurse-submodules
git checkout
${
branch_name
#*/
}
--recurse-submodules
git pull
git pull
git submodule foreach
--recursive
'branch="$(git config -f $toplevel/.gitmodules submodule.$name.branch)"; [ "$branch" = "" ] && git checkout master || git checkout $branch'
git submodule foreach
--recursive
'branch="$(git config -f $toplevel/.gitmodules submodule.$name.branch)"; [ "$branch" = "" ] && git checkout master || git checkout $branch'
git submodule update
--remote
--merge
git submodule update
--remote
--merge
npm install
npm run bundle-ios
npm run bundle-ios
git push
--recurse-submodules
=
on-demand
git submodule foreach
--recursive
'[ -n "$(git status -s)" ] && git add * && git commit -am "update reactnative static file" || :'
[
-n
"
$(
git status
-s
)
"
]
&&
git commit
-am
"update directory"
#git push --recurse-submodules=on-demand
git submodule foreach
'git push'
&&
git push
cd
ios
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment