@@ -430,22 +430,16 @@ lane :build_and_upload_app_store do |options|
430
430
upload_to_testflight ( api_key : app_store_connect_api_key )
431
431
end
432
432
433
- #############################################################################
434
- # trigger_release_build
435
- # ---------------------------------------------------------------------------
436
- # This lane triggers a build for App Store distribution on CI
437
- # ---------------------------------------------------------------------------
438
- # Usage:
439
- # bundle exec fastlane trigger_release_build [branch_to_build:<branch_name>]
440
- #############################################################################
441
- lane :trigger_release_build do |options |
442
- push_to_git_remote ( tags : false )
443
- buildkite_trigger_build (
444
- buildkite_organization : 'automattic' ,
445
- buildkite_pipeline : 'simplenote-macos' ,
446
- branch : options [ :branch_to_build ] || git_branch ,
447
- pipeline_file : 'release-builds.yml'
448
- )
433
+ lane :trigger_release_build do
434
+ UI . important ( 'Will not trigger release build because Simplenote macOS was never configured to build in CI.' )
435
+ # For future reference:
436
+ #
437
+ # buildkite_trigger_build(
438
+ # buildkite_organization: 'automattic',
439
+ # buildkite_pipeline: 'simplenote-macos',
440
+ # branch: branch_to_build || git_branch,
441
+ # pipeline_file: 'release-builds.yml'
442
+ # )
449
443
end
450
444
451
445
desc 'Updates the main `Localizable.strings` file — that will be imported by GlotPress'
0 commit comments