diff options
| author | Aleksandr Nogikh <nogikh@google.com> | 2022-09-07 10:35:01 +0000 |
|---|---|---|
| committer | Aleksandr Nogikh <wp32pw@gmail.com> | 2022-09-07 12:51:15 +0200 |
| commit | c5b7bc5781ca8357a6a980b487235b67c108e24f (patch) | |
| tree | 44c2c2e792de733ece832667f170ce2314fc4248 /dashboard/config/openbsd | |
| parent | 5fc30c371cdabb1a4e941ad8dc0f8ac631696f04 (diff) | |
dashboard/config: enable asset storage for OpenBSD
Diffstat (limited to 'dashboard/config/openbsd')
| -rw-r--r-- | dashboard/config/openbsd/config.ci | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/dashboard/config/openbsd/config.ci b/dashboard/config/openbsd/config.ci index 5baa410ed..51c64aae1 100644 --- a/dashboard/config/openbsd/config.ci +++ b/dashboard/config/openbsd/config.ci @@ -79,5 +79,9 @@ } } } - ] + ], + "asset_storage": { + "upload_to": "gs://syzbot-assets", + "public_access": true + } } |
