summaryrefslogtreecommitdiff
path: root/icktool
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2018-04-19 22:31:01 +0300
committerLars Wirzenius <liw@liw.fi>2018-04-19 22:31:01 +0300
commitf11a8ecd409f280759af7227db52b1e87e389092 (patch)
tree191dc9e4dda2444fb65bcf097056ef37d5a685bc /icktool
parent04e899ded340bc0fd3afd6b0a62dff22c182e735 (diff)
downloadick2-f11a8ecd409f280759af7227db52b1e87e389092.tar.gz
Change: trigger a project, build all pipelines in the project
Diffstat (limited to 'icktool')
-rwxr-xr-xicktool4
1 files changed, 2 insertions, 2 deletions
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)