Skip to content

Commit 9f30c03

Browse files
committed
Remove upload_to_play_store:true unused option
This is not an option taken into account by `build_and_upload_release` lane so it was misleading to have it specified in the Buildkite pipeline here
1 parent e7da0ab commit 9f30c03

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.buildkite/commands/release-build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ echo "--- :closed_lock_with_key: Installing Secrets"
77
bundle exec fastlane run configure_apply
88

99
echo "--- :hammer_and_wrench: Building"
10-
bundle exec fastlane build_and_upload_release app:$1 skip_confirm:true skip_prechecks:true upload_to_play_store:true
10+
bundle exec fastlane build_and_upload_release app:$1 skip_confirm:true skip_prechecks:true
1111

1212
echo "--- 💾 Saving Artifact"
1313
for aab in build/*.aab; do

0 commit comments

Comments
 (0)