We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6e353b8 commit 0a4a119Copy full SHA for 0a4a119
.buildkite/commands/release-build-wordpress.sh
@@ -10,11 +10,7 @@ brew install swift-package-list
10
brew install imagemagick
11
brew install ghostscript
12
13
-echo "--- :rubygems: Setting up Gems"
14
-install_gems
15
-
16
-echo "--- :swift: Setting up Swift Packages"
17
-install_swiftpm_dependencies
+"$(dirname "${BASH_SOURCE[0]}")/shared-set-up.sh"
18
19
echo "--- :closed_lock_with_key: Installing Secrets"
20
bundle exec fastlane run configure_apply
0 commit comments