summaryrefslogtreecommitdiff
path: root/icktool
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2018-04-19 22:40:24 +0300
committerLars Wirzenius <liw@liw.fi>2018-04-19 22:40:24 +0300
commit18420ae2812c7efa6c0aaaa66a93896db7d9d6d7 (patch)
tree66cf9e83509e2f33c0640985332c33c04f916084 /icktool
parent67cee88e24e95cd166bc27410e9ceb1d18bff135 (diff)
parentfc0d31c58a95c1c64d972b0d75eaf38bb09f2308 (diff)
downloadick2-18420ae2812c7efa6c0aaaa66a93896db7d9d6d7.tar.gz
Merge: trigger the whole project, build all pipelines
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)