summaryrefslogtreecommitdiff
path: root/icktool
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2017-11-19 20:37:39 +0100
committerLars Wirzenius <liw@liw.fi>2017-11-19 20:37:39 +0100
commit408a2620b31d61891de0cae78d9e76d60e00b0d8 (patch)
treee25be14bbeeb8eca9fd27b1c5af325da9286717b /icktool
parentdfbb700ac3e95e1bdc36f79984faf6d77844c8ed (diff)
downloadick2-408a2620b31d61891de0cae78d9e76d60e00b0d8.tar.gz
Add: scopes for pipeline status get/put
Diffstat (limited to 'icktool')
-rwxr-xr-xicktool2
1 files changed, 2 insertions, 0 deletions
diff --git a/icktool b/icktool
index d290001..64fbba0 100755
--- a/icktool
+++ b/icktool
@@ -45,6 +45,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',
] + scopes('projects') + scopes('workers') + scopes('work') + scopes('builds') + scopes('logs')
def add_settings(self):