21e25cb4f6
The extant variable name is never set so this never writes anything out. Move it to a dictionary value. Use stub values for testing, this way we don't need the "when:". Additionally remove an unused old template file. Change-Id: Id96fde79e28f309aa13e16bdda29f004c3c69c4b
6 lines
201 B
Django/Jinja
6 lines
201 B
Django/Jinja
[1]
|
|
access_token = {{ gerrit_launchpad_auth['access_token'] }}
|
|
access_secret = {{ gerrit_launchpad_auth['access_secret'] }}
|
|
consumer_key = {{ gerrit_launchpad_auth['consumer_key'] }}
|
|
consumer_secret =
|