chore: revert force deploying main (#23290) (#24072)

⚠️ DO NOT MERGE UNTIL @f0ssel SAYS SO ⚠️ 

This reverts commit 8f78c5145f
(https://github.com/coder/coder/pull/23290).
This commit is contained in:
Cian Johnston
2026-04-08 16:19:14 +01:00
committed by GitHub
parent be686a8d0d
commit 497f637f58
-4
View File
@@ -58,10 +58,6 @@ else
fi
log "Deploy branch: $deploy_branch"
# TODO: remove this temporary override
log "OVERRIDE: forcing main as deploy branch"
deploy_branch=main
# Finally, check if the current branch is the deploy branch.
log
if [[ "$branch_name" != "$deploy_branch" ]]; then