hit my head against a wall
This commit is contained in:
parent
1a8b60cc98
commit
6feed54684
|
@ -121,10 +121,13 @@ module Travis::Api
|
||||||
Travis::Database.connect
|
Travis::Database.connect
|
||||||
|
|
||||||
if Travis.env == 'production' || Travis.env == 'staging'
|
if Travis.env == 'production' || Travis.env == 'staging'
|
||||||
|
puts "is octopus working? #{::Octopus.enabled?}"
|
||||||
|
ActiveRecord::Base.custom_octopus_connection = false
|
||||||
::Octopus.setup do |config|
|
::Octopus.setup do |config|
|
||||||
config.shards = { :follower => Travis.config.database_follower }
|
config.shards = { :follower => Travis.config.database_follower }
|
||||||
config.environments = ['production', 'staging']
|
config.environments = ['production', 'staging']
|
||||||
end
|
end
|
||||||
|
|
||||||
end
|
end
|
||||||
|
|
||||||
Travis::Features.start
|
Travis::Features.start
|
||||||
|
|
Loading…
Reference in New Issue
Block a user