Skip to content

Commit f8087cd

Browse files
committed
Move each parameter in release-build-wordpress.sh to dedicate line
We'll add another one next, and the line length would have gotten too long
1 parent 7a94603 commit f8087cd

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.buildkite/commands/release-build-wordpress.sh

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,6 @@ echo "--- :closed_lock_with_key: Installing Secrets"
1919
bundle exec fastlane run configure_apply
2020

2121
echo "--- :hammer_and_wrench: Building"
22-
bundle exec fastlane build_and_upload_app_store_connect skip_confirm:true create_gh_release:true
22+
bundle exec fastlane build_and_upload_app_store_connect \
23+
skip_confirm:true \
24+
create_gh_release:true

0 commit comments

Comments
 (0)