Re: [PATCH v1 1/6] scripts/ci: clean up default args logic a little

2020-11-20 Thread Wainer dos Santos Moschetta
On 11/17/20 2:36 PM, Alex Bennée wrote: This allows us to do: ./scripts/ci/gitlab-pipeline-status -w -b HEAD -p 2961854 to check out own pipeline status of a recently pushed branch. Signed-off-by: Alex Bennée --- scripts/ci/gitlab-pipeline-status | 24 +--- 1 file

[PATCH v1 1/6] scripts/ci: clean up default args logic a little

2020-11-17 Thread Alex Bennée
This allows us to do: ./scripts/ci/gitlab-pipeline-status -w -b HEAD -p 2961854 to check out own pipeline status of a recently pushed branch. Signed-off-by: Alex Bennée --- scripts/ci/gitlab-pipeline-status | 24 +--- 1 file changed, 13 insertions(+), 11 deletions(-) dif