Skip to content

Commit 7cbc4eb

Browse files
Revert "Fail rebuild for config files containing compromised github organisation (#278)" (#279)
This reverts commit f568625. Control of the org has been regained
1 parent f568625 commit 7cbc4eb

1 file changed

Lines changed: 0 additions & 7 deletions

File tree

lib/docker_manager/upgrader.rb

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -27,13 +27,6 @@ def upgrade
2727

2828
clear_logs
2929

30-
if @repos.any? { |repo| repo.url.include?("github.com/discoursehosting/") }
31-
log "ERROR: Detected a reference to a compromised github organization: github.com/discoursehosting/"
32-
log "Please remove any references to this organization from your configuration file."
33-
log "For more information, see https://meta.discourse.org/t/374703/6"
34-
raise "Compromised organization detected"
35-
end
36-
3730
log("********************************************************")
3831
log("*** Please be patient, next steps might take a while ***")
3932
log("********************************************************")

0 commit comments

Comments
 (0)