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
a5765331
Unverified
Commit
a5765331
authored
Apr 09, 2020
by
Tong Wu
Committed by
GitHub
Apr 09, 2020
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Re-enable deploy_gallery. (#54248)
parent
df63c82c
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
9 additions
and
3 deletions
+9
-3
.cirrus.yml
.cirrus.yml
+0
-1
Fastfile
dev/integration_tests/flutter_gallery/ios/fastlane/Fastfile
+1
-1
README.md
dev/integration_tests/flutter_gallery/ios/fastlane/README.md
+8
-1
No files found.
.cirrus.yml
View file @
a5765331
...
...
@@ -601,7 +601,6 @@ task:
# See also: https://github.com/flutter/flutter/pull/49454
depends_on
:
-
analyze-linux
skip
:
true
# https://github.com/flutter/flutter/issues/54016
environment
:
# Apple Fastlane password.
FASTLANE_PASSWORD
:
ENCRYPTED[4b1f0b8d52874e9de965acd46c79743f3b81f3a513614179b9be7cf53dc8258753e257bdadb11a298ee455259df21865]
...
...
dev/integration_tests/flutter_gallery/ios/fastlane/Fastfile
View file @
a5765331
...
...
@@ -74,7 +74,7 @@ platform :ios do
scheme: 'Runner',
export_method: 'app-store',
# Verify that the right signing identity is used for publishing.
codesigning_identity: '
iPhon
e Distribution: FLUTTER.IO LLC (S8QB4VV633)',
codesigning_identity: '
Appl
e Distribution: FLUTTER.IO LLC (S8QB4VV633)',
)
if options[:upload]
...
...
dev/integration_tests/flutter_gallery/ios/fastlane/README.md
View file @
a5765331
...
...
@@ -8,4 +8,11 @@ This is done using the [FastLane](https://fastlane.tools) tool suite.
Deployment can be done manually by Googlers by following
go/flutter-gallery-publish (internal doc).
Deployment is automatically done by Cirrus on tagged branch commits.
\ No newline at end of file
Deployment is automatically done by Cirrus on tagged branch commits.
## How to renew the Apple distribution certificate
In case the distribution certifcate expires, for example, this error message
occured: "Your certificate ... is not valid, please check end date and
renew it if necessary", a Googler can renew it by following the instructions at
http://go/googler-flutter-signing#how-to-renew.
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