[libvirt-ci PATCH 09/13] lcitool: Drop the gitlab-related getter methods

Andrea Bolognani abologna at redhat.com
Tue Apr 28 07:43:33 UTC 2020


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 at redhat.com>

-- 
Andrea Bolognani / Red Hat / Virtualization




More information about the libvir-list mailing list