diff options
Diffstat (limited to 'buildstream/data/userconfig.yaml')
-rw-r--r-- | buildstream/data/userconfig.yaml | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/buildstream/data/userconfig.yaml b/buildstream/data/userconfig.yaml index 17c855b1f..f43989dcc 100644 --- a/buildstream/data/userconfig.yaml +++ b/buildstream/data/userconfig.yaml @@ -53,12 +53,9 @@ scheduler: # artifacts: - # A url from which to download prebuilt artifacts - pull-url: '' - - # A url to upload built artifacts to - # (must point to the same repository as pull-url) - push-url: '' + # A url from which to push and pull prebuilt artifacts. + # Some protocols only support pushing. + url: '' # # Logging |