diff --git a/DEPS b/DEPS index 1af29b7b6..55f5e829e 100644 --- a/DEPS +++ b/DEPS @@ -1797,7 +1797,6 @@ hooks = [ 'action': [ 'download_from_google_storage', '--no_resume', '--platform=win32', - '--no_auth', '--bucket', 'chromium-luci', '-d', 'src/tools/luci-go/win64', ], @@ -1808,7 +1807,6 @@ hooks = [ 'action': [ 'download_from_google_storage', '--no_resume', '--platform=darwin', - '--no_auth', '--bucket', 'chromium-luci', '-d', 'src/tools/luci-go/mac64', ], @@ -1819,7 +1817,6 @@ hooks = [ 'action': [ 'download_from_google_storage', '--no_resume', '--platform=linux*', - '--no_auth', '--bucket', 'chromium-luci', '-d', 'src/tools/luci-go/linux64', ],