Skip to content

Commit a5f5cb8

Browse files
committed
Add note regarding unavailable release build in CI
1 parent fa849b6 commit a5f5cb8

File tree

1 file changed

+10
-16
lines changed

1 file changed

+10
-16
lines changed

fastlane/Fastfile

Lines changed: 10 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -430,22 +430,16 @@ lane :build_and_upload_app_store do |options|
430430
upload_to_testflight(api_key: app_store_connect_api_key)
431431
end
432432

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+
# )
449443
end
450444

451445
desc 'Updates the main `Localizable.strings` file — that will be imported by GlotPress'

0 commit comments

Comments
 (0)