On Wed, 2020-04-22 at 15:28 +0200, Erik Skultety wrote:
@@ -529,8 +489,8 @@ class Application:
"selected_projects": selected_projects,
"git_remote": git_remote,
"git_branch": git_branch,
- "gitlab_url_file": gitlab_url_file,
- "gitlab_runner_token_file": gitlab_runner_token_file,
+ "gitlab_url":
self._config.dict["gitlab"]["url"],
+ "gitlab_runner_secret":
self._config.dict["gitlab"]["token"],
The second key is "runner_secret", not "token".
With that fixed,
Reviewed-by: Andrea Bolognani <abologna(a)redhat.com>
--
Andrea Bolognani / Red Hat / Virtualization