add some debug for testing staging

This commit is contained in:
Renée Hendricksen 2016-08-14 16:54:34 -04:00
parent 8afaeb10c0
commit ba6b5b7cba

View File

@ -174,6 +174,7 @@ class Job < Travis::Model
end
def normalize_config(config)
puts "**DEBUG:*** #{config.inspect}"
config = config ? config.deep_symbolize_keys : {}
if config[:deploy]