Clean up some variable references

Change-Id: Id8b9f3acb742f8ebedb3818e283082432b83359c
This commit is contained in:
K Jonathan Harker 2014-04-17 17:51:50 -07:00
parent 2a9412670c
commit 09db1f4ce6
1 changed files with 3 additions and 3 deletions

View File

@ -8,10 +8,10 @@ timeout -k 2m 10m /usr/local/bin/notify-impact patchset-created "$@" --impact Se
timeout -k 2m 10m /usr/local/bin/trivial-rebase \
patchset-created \
--whitespace \
--private-key-path=<%= ssh_host_key %> \
--role-user=<%= trivial_rebase_role_id %> "$@"
--private-key-path=<%= @ssh_host_key %> \
--role-user=<%= @trivial_rebase_role_id %> "$@"
<% end -%>
<% if $ssh_welcome_rsa_key_contents != "" -%>
<% if @ssh_welcome_rsa_key_contents != "" -%>
timeout -k 2m 10m /usr/local/bin/welcome-message patchset-created \
--verbose --ssh-user=welcome-message \
--ssh-key=/home/gerrit2/review_site/etc/ssh_welcome_rsa_key "$@"