config build jenkins
This commit is contained in:
parent
0301f7b9d8
commit
6c5a673d90
1 changed files with 2 additions and 2 deletions
|
@ -35,6 +35,6 @@ EOF
|
||||||
file.write(comment)
|
file.write(comment)
|
||||||
file.close
|
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
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in a new issue