From f11a8ecd409f280759af7227db52b1e87e389092 Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Thu, 19 Apr 2018 22:31:01 +0300 Subject: Change: trigger a project, build all pipelines in the project --- icktool | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'icktool') diff --git a/icktool b/icktool index b4cbc9d..7890f7f 100755 --- a/icktool +++ b/icktool @@ -60,8 +60,8 @@ class Icktool(cliapp.Application): _default_scopes = [ 'uapi_version_get', 'uapi_work_post', - 'uapi_projects_id_pipelines_id_get', - 'uapi_projects_id_pipelines_id_put', + 'uapi_projects_id_status_get', + 'uapi_projects_id_status_put', 'uapi_blobs_id_get', 'uapi_blobs_id_put', ] + scopes_for_types(types) -- cgit v1.2.1