-
Notifications
You must be signed in to change notification settings - Fork 29.8k
Re-land fix docker build and deploy_gallery-macos #43654
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Re-land fix docker build and deploy_gallery-macos #43654
Conversation
9a31e73 to
1de75e7
Compare
gspencergoog
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
dev/bots/deploy_gallery.sh
Outdated
| ) | ||
| echo "iOS Flutter Gallery built" | ||
| if [[ -z "$CIRRUS_PR" ]]; then | ||
| #if [[ -z "$CIRRUS_PR" ]]; then |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Remove commented out code.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good catch, done.
mklim
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM

Description
This originally landed in #43362 and was reverted by #43557. The additional fix I added was changing a direct
fastlane ...invocation indeploy_gallery.shtobundle exec fastlane ...with the env varBUNDLE_GEMFILEset to the path to theGemfilethat was installed during the Cirrus setup step (I did the same on linux, pointing to theGemfiletheDockerfileuses to install).Tests
I temporarily edited the cirrus config to run the post-submit version of
deploy_gallery-macosand it passed (the reverted it to only exercise archiving post-submit, as before).Checklist
Before you create this PR confirm that it meets all requirements listed below by checking the relevant checkboxes (
[x]). This will ensure a smooth and quick review process.///).flutter analyze --flutter-repo) does not report any problems on my PR.Breaking Change
Does your PR require Flutter developers to manually update their apps to accommodate your change?