Skip to content

Commit

Permalink
Try
Browse files Browse the repository at this point in the history
  • Loading branch information
yongtang committed Oct 28, 2023
1 parent d5d7dd5 commit d1b9c6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -306,7 +306,7 @@ jobs:
shell: bash
run: |
set -x -e
export BAZEL_OPTIMIZATION="--config=optimization" # --config=linux_ci --config=cache
echo export BAZEL_OPTIMIZATION="--config=optimization" # --config=linux_ci --config=cache
if [[ "${EVENT_NAME}" == "push" && "${REPO_NAME}" == "tensorflow/io" ]]; then
export BAZEL_OPTIMIZATION="$BAZEL_OPTIMIZATION --remote_upload_local_results=true --google_credentials=service_account_creds.json"
fi
Expand Down

0 comments on commit d1b9c6d

Please sign in to comment.