We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f568625 commit 7cbc4ebCopy full SHA for 7cbc4eb
1 file changed
lib/docker_manager/upgrader.rb
@@ -27,13 +27,6 @@ def upgrade
27
28
clear_logs
29
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
-
37
log("********************************************************")
38
log("*** Please be patient, next steps might take a while ***")
39
0 commit comments