From 497f637f58e62a772265f05882a5af617eecd908 Mon Sep 17 00:00:00 2001 From: Cian Johnston Date: Wed, 8 Apr 2026 16:19:14 +0100 Subject: [PATCH] chore: revert force deploying main (#23290) (#24072) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ⚠️ DO NOT MERGE UNTIL @f0ssel SAYS SO ⚠️ This reverts commit 8f78c5145f1fc7eb9c5c67bfac93d7001b58aad7 (https://github.com/coder/coder/pull/23290). --- scripts/should_deploy.sh | 4 ---- 1 file changed, 4 deletions(-) diff --git a/scripts/should_deploy.sh b/scripts/should_deploy.sh index 65eb693f17..6259f9e109 100755 --- a/scripts/should_deploy.sh +++ b/scripts/should_deploy.sh @@ -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