Skip to content

Commit 0a4a119

Browse files
committed
Download XCFrameworks when release building WordPress
1 parent 6e353b8 commit 0a4a119

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

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

+1-5
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,7 @@ brew install swift-package-list
1010
brew install imagemagick
1111
brew install ghostscript
1212

13-
echo "--- :rubygems: Setting up Gems"
14-
install_gems
15-
16-
echo "--- :swift: Setting up Swift Packages"
17-
install_swiftpm_dependencies
13+
"$(dirname "${BASH_SOURCE[0]}")/shared-set-up.sh"
1814

1915
echo "--- :closed_lock_with_key: Installing Secrets"
2016
bundle exec fastlane run configure_apply

0 commit comments

Comments
 (0)