You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
deps_missing_licenses_path="$(bazel cquery "${all_licenses_opts[@]}" --output starlark --starlark:expr "[f.path for f in target.files.to_list() if f.basename == 'deps_licenses_missing.json'][0]"2> /dev/null)"
deps_missing_licenses_path="$(bazel cquery "//tools/licenses:deps_licenses" --output starlark --starlark:expr "[f.path for f in target.files.to_list() if f.basename == 'deps_licenses_missing.json'][0]"2> /dev/null)"
42
42
go_missing_licenses_path="$(bazel cquery "${all_licenses_opts[@]}" --output starlark --starlark:expr "[f.path for f in target.files.to_list() if f.basename == 'go_licenses_missing.json'][0]"2> /dev/null)"
0 commit comments