Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
liberty
tunnel
liberty-tunnel-ios
Commits
27427386
Commit
27427386
authored
Aug 30, 2018
by
Jose Blaya
Browse files
Update create_archive.rb script to update repo if pod install fails
parent
30a59526
Changes
1
Show whitespace changes
Inline
Side-by-side
fastlane/ci/create_archive.rb
View file @
27427386
...
...
@@ -2,7 +2,7 @@ desc "Archive a new build"
lane
:create_archive
do
#ensure_git_status_clean
sh
"cd .. && rm -rf Pods/SideMenu"
cocoapods
cocoapods
(
try_repo_update_on_error:
true
)
sh
"cd .. && git apply ci/0001-Close-menu-on-rotation.patch"
get_build_number
...
...
Write
Preview
Supports
Markdown
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