Skip to content

Commit c96a2cc

Browse files
committed
E2E TEST ONLY: allow advance_production_rollout off trunk
1 parent 0f35eb9 commit c96a2cc

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

fastlane/lanes/promote.rb

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -251,7 +251,8 @@
251251
lane :advance_production_rollout do
252252
# Set once the per-app result has been posted, so the rescue doesn't double-report it.
253253
result_posted = false
254-
ensure_promotion_on_trunk!
254+
# E2E TEST BRANCH ONLY — `ensure_promotion_on_trunk!` removed so this can run off trunk.
255+
# Never merge this branch.
255256
# Fail loudly up front if Slack isn't configured (see gather_beta_candidates).
256257
get_required_env('SLACK_WEBHOOK')
257258

0 commit comments

Comments
 (0)