merging stuff and fun
This commit is contained in:
commit
48c8e8c2a5
|
@ -121,13 +121,17 @@ 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?}"
|
# Octopus checks for Rails.env, just hardcode enabled?
|
||||||
|
Octopus.instance_eval do
|
||||||
|
def enabled?
|
||||||
|
true
|
||||||
|
end
|
||||||
|
end
|
||||||
ActiveRecord::Base.custom_octopus_connection = false
|
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