Re: [PATCH 1/3] scripts/ci/gitlab-pipeline-status: split utlity function for HTTP GET

2021-02-23 Thread Alex Bennée
Cleber Rosa writes: > This simply splits out the code that does an HTTP GET so that it > can be used for other API requests. > > Signed-off-by: Cleber Rosa fix sp as per Wainer, otherwise: Reviewed-by: Alex Bennée > --- > scripts/ci/gitlab-pipeline-status | 17 - > 1 file

Re: [PATCH 1/3] scripts/ci/gitlab-pipeline-status: split utlity function for HTTP GET

2021-02-23 Thread Wainer dos Santos Moschetta
Hi, On 2/22/21 4:32 PM, Cleber Rosa wrote: This simply splits out the code that does an HTTP GET so that it can be used for other API requests. Signed-off-by: Cleber Rosa --- scripts/ci/gitlab-pipeline-status | 17 - 1 file changed, 12 insertions(+), 5 deletions(-) Only fi

[PATCH 1/3] scripts/ci/gitlab-pipeline-status: split utlity function for HTTP GET

2021-02-22 Thread Cleber Rosa
This simply splits out the code that does an HTTP GET so that it can be used for other API requests. Signed-off-by: Cleber Rosa --- scripts/ci/gitlab-pipeline-status | 17 - 1 file changed, 12 insertions(+), 5 deletions(-) diff --git a/scripts/ci/gitlab-pipeline-status b/script