Skip to content

Commit a576533

Browse files
authored
Re-enable deploy_gallery. (flutter#54248)
1 parent df63c82 commit a576533

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

.cirrus.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -601,7 +601,6 @@ task:
601601
# See also: https://github.com/flutter/flutter/pull/49454
602602
depends_on:
603603
- analyze-linux
604-
skip: true # https://github.com/flutter/flutter/issues/54016
605604
environment:
606605
# Apple Fastlane password.
607606
FASTLANE_PASSWORD: ENCRYPTED[4b1f0b8d52874e9de965acd46c79743f3b81f3a513614179b9be7cf53dc8258753e257bdadb11a298ee455259df21865]

dev/integration_tests/flutter_gallery/ios/fastlane/Fastfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ platform :ios do
7474
scheme: 'Runner',
7575
export_method: 'app-store',
7676
# Verify that the right signing identity is used for publishing.
77-
codesigning_identity: 'iPhone Distribution: FLUTTER.IO LLC (S8QB4VV633)',
77+
codesigning_identity: 'Apple Distribution: FLUTTER.IO LLC (S8QB4VV633)',
7878
)
7979

8080
if options[:upload]

dev/integration_tests/flutter_gallery/ios/fastlane/README.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,11 @@ This is done using the [FastLane](https://fastlane.tools) tool suite.
88
Deployment can be done manually by Googlers by following
99
go/flutter-gallery-publish (internal doc).
1010

11-
Deployment is automatically done by Cirrus on tagged branch commits.
11+
Deployment is automatically done by Cirrus on tagged branch commits.
12+
13+
## How to renew the Apple distribution certificate
14+
15+
In case the distribution certifcate expires, for example, this error message
16+
occured: "Your certificate ... is not valid, please check end date and
17+
renew it if necessary", a Googler can renew it by following the instructions at
18+
http://go/googler-flutter-signing#how-to-renew.

0 commit comments

Comments
 (0)