config build jenkins

This commit is contained in:
Xavier J 2016-02-02 11:00:38 +01:00
parent 0301f7b9d8
commit 6c5a673d90

View file

@ -35,6 +35,6 @@ EOF
file.write(comment)
file.close
file.write("TPS::Application.config.FRANCE_CONNECT = #{Hashie::Mash.new('config/france_connect.yml')}")
file.write("TPS::Application.config.FRANCE_CONNECT = #{Hashie::Mash.load('config/france_connect.yml')}")
end
end