Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
26 changes: 14 additions & 12 deletions .buildkite/release-builds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,16 +21,18 @@ steps:
notify:
- slack: "#build-and-ship"

- label: "🛠 WordPress Release Build (App Center)"
command: ".buildkite/commands/release-build-wordpress-internal.sh"
env: *common_env
plugins: *common_plugins
notify:
- slack: "#build-and-ship"
# All other steps disabled for test purposes
#
# - label: "🛠 WordPress Release Build (App Center)"
# command: ".buildkite/commands/release-build-wordpress-internal.sh"
# env: *common_env
# plugins: *common_plugins
# notify:
# - slack: "#build-and-ship"

- label: "🛠 Jetpack Release Build (App Store Connect)"
command: ".buildkite/commands/release-build-jetpack.sh"
env: *common_env
plugins: *common_plugins
notify:
- slack: "#build-and-ship"
# - label: "🛠 Jetpack Release Build (App Store Connect)"
# command: ".buildkite/commands/release-build-jetpack.sh"
# env: *common_env
# plugins: *common_plugins
# notify:
# - slack: "#build-and-ship"
2 changes: 2 additions & 0 deletions fastlane/Fastfile
Original file line number Diff line number Diff line change
Expand Up @@ -484,6 +484,8 @@ platform :ios do
#####################################################################################
desc 'Builds and uploads for distribution to App Store Connect'
lane :build_and_upload_app_store_connect do |options|
UI.user_error! "Failing the build for test purpose. Beta param was: #{options[:beta_release]}"

ios_build_prechecks(
skip_confirm: options[:skip_confirm],
internal: options[:beta_release],
Expand Down