Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Sign in
Toggle navigation
F
Front-End
Project
Project
Details
Activity
Releases
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
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
abdullh.alsoleman
Front-End
Commits
a80d557b
Unverified
Commit
a80d557b
authored
Apr 03, 2018
by
xster
Committed by
GitHub
Apr 03, 2018
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
The options hash param was on the wrong line (#16194)
parent
d6be4f55
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
Fastfile
examples/flutter_gallery/ios/fastlane/Fastfile
+3
-3
No files found.
examples/flutter_gallery/ios/fastlane/Fastfile
View file @
a80d557b
...
...
@@ -19,9 +19,9 @@ end
# rebuild the app by:
# 1- Signing using the publishing credentials; and
# 2- xcodebuild with archive option
platform :ios do
|options|
platform :ios do
desc 'Push a new release to TestFlight'
lane :build_and_deploy_testflight do
lane :build_and_deploy_testflight do
|options|
# Doesn't do anything when not on Travis.
setup_travis
...
...
@@ -73,7 +73,7 @@ platform :ios do |options|
codesigning_identity: 'iPhone Distribution: Store Ladd (S8QB4VV633)',
)
if options
&& options
[:upload]
if options[:upload]
upload_to_testflight
end
end
...
...
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