buildbarn / bb-browser

Web frontend for exploring an Action Cache / Content Addressable Storage
Apache License 2.0
42 stars 35 forks source link

Use unauthenticated URL for bb-storage dependency. #1

Closed t-chaik closed 5 years ago

t-chaik commented 5 years ago

bb-browser currently declares its dependency against bb-storage using a SSH GitHub URL. This patch changes the WORKSPACE file to use the unauthenticated HTTP GitHub URL instead.

EdSchouten commented 5 years ago

Thanks!