bazel: correctly set buildbuddy api key (#2262)

This commit is contained in:
Malte Poll 2023-08-21 12:14:47 +02:00 committed by GitHub
parent 1aea766a11
commit d6624a472d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -54,11 +54,9 @@ runs:
cquery --bes_results_url=
cquery --bes_backend=
cquery --remote_cache=
cquery --remote_header=
query --bes_results_url=
query --bes_backend=
query --remote_cache=
query --remote_header=
EOF
echo "::endgroup::"
@ -86,10 +84,8 @@ runs:
common --remote_header=x-buildbuddy-api-key=${BUILDBUDDY_ORG_API_KEY}
cquery --bes_results_url=
cquery --bes_backend=
cquery --remote_header=
query --bes_results_url=
query --bes_backend=
query --remote_header=
EOF
echo "::endgroup::"