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
45259055
Commit
45259055
authored
Oct 12, 2020
by
CaryaLiu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update ios_prebuild.sh
parent
f9b08886
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
ios
+1
-1
ios_prebuild.sh
+1
-1
No files found.
ios
@
23d836dd
Subproject commit
5ccf9d2a000140ec45508223d4f406ef4d10e336
Subproject commit
23d836dd8a0094562cc0944b892c8d1688103a72
ios_prebuild.sh
View file @
45259055
...
@@ -19,6 +19,6 @@ git submodule foreach --recursive \
...
@@ -19,6 +19,6 @@ git submodule foreach --recursive \
'name="$(git config -f $toplevel/.gitmodules submodule.$name.path)"; \
'name="$(git config -f $toplevel/.gitmodules submodule.$name.path)"; \
branch="$(git config -f $toplevel/.gitmodules submodule.$name.branch)"; \
branch="$(git config -f $toplevel/.gitmodules submodule.$name.branch)"; \
[ "$name" = "ios" ] && \
[ "$name" = "ios" ] && \
bundle exec fastlane package build_configuration:$Configuration pgyer_desc:
$pgyer_desc
release_choise:$release_choise branch:$branch || :'
bundle exec fastlane package build_configuration:$Configuration pgyer_desc:
"$pgyer_desc"
release_choise:$release_choise branch:$branch || :'
# git submodule foreach --recursive 'name="$(git config -f $toplevel/.gitmodules submodule.$name.path)"; echo "$name"'
# git submodule foreach --recursive 'name="$(git config -f $toplevel/.gitmodules submodule.$name.path)"; echo "$name"'
# bundle exec fastlane submodule_push
# bundle exec fastlane submodule_push
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