Merge "Use instance variables in templates"

This commit is contained in:
Jenkins 2015-08-09 04:49:32 +00:00 committed by Gerrit Code Review
commit b3ad2ba977
2 changed files with 4 additions and 4 deletions

View File

@ -1,3 +1,3 @@
[github]
username = <%= project_username %>
password = <%= project_password %>
username = <%= @project_username %>
password = <%= @project_password %>

View File

@ -1,3 +1,3 @@
[github]
username = <%= username %>
oauth_token = <%= oauth_token %>
username = <%= @username %>
oauth_token = <%= @oauth_token %>