Skip to content

Commit fe5dbdd

Browse files
committed
Fix editor goofs
1 parent bd115c6 commit fe5dbdd

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.buildkite/commands/installable-build-jetpack.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@ echo "--- :closed_lock_with_key: Installing Secrets"
1414
bundle exec fastlane run configure_apply
1515

1616
echo "--- :hammer_and_wrench: Building"
17-
bundle exec fastlane build_and_upload_jetpack_installable_build
17+
bundle exec fastlane build_and_upload_jetpack_installable_build

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@ echo "--- :closed_lock_with_key: Installing Secrets"
1414
bundle exec fastlane run configure_apply
1515

1616
echo "--- :hammer_and_wrench: Building"
17-
bundle exec fastlane build_and_upload_installable_build
17+
bundle exec fastlane build_and_upload_installable_build

0 commit comments

Comments
 (0)