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

2020-04-28 Thread Andrea Bolognani
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

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

2020-04-22 Thread Erik Skultety
We can now access the values directly in the config dictionary. Signed-off-by: Erik Skultety --- guests/lcitool | 44 ++-- guests/playbooks/update/tasks/gitlab.yml | 2 -- 2 files changed, 2 insertions(+), 44 deletions(-) diff --git a/guests/lcitoo