We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0f35eb9 commit c96a2ccCopy full SHA for c96a2cc
1 file changed
fastlane/lanes/promote.rb
@@ -251,7 +251,8 @@
251
lane :advance_production_rollout do
252
# Set once the per-app result has been posted, so the rescue doesn't double-report it.
253
result_posted = false
254
- ensure_promotion_on_trunk!
+ # E2E TEST BRANCH ONLY — `ensure_promotion_on_trunk!` removed so this can run off trunk.
255
+ # Never merge this branch.
256
# Fail loudly up front if Slack isn't configured (see gather_beta_candidates).
257
get_required_env('SLACK_WEBHOOK')
258
0 commit comments