mirror of
https://github.com/coder/coder.git
synced 2026-06-02 20:48:20 +00:00
⚠️ DO NOT MERGE UNTIL @f0ssel SAYS SO ⚠️
This reverts commit 8f78c5145f
(https://github.com/coder/coder/pull/23290).
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user