File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 9393 TWINE_PASSWORD : ${{ secrets.TWINE_PASSWORD }}
9494 TWINE_USERNAME : ${{ secrets.TWINE_USERNAME }}
9595 NODE_AUTH_TOKEN : ${{ secrets.GITHUB_TOKEN }}
96- BAZEL_LOG_FILE : bazel-logs/bazel_${{ github.workflow }}_ ${{ github.run_id }}.log
96+ BAZEL_LOG_FILE : bazel-logs/bazel_run_ ${{ github.run_id }}.log
9797 SE_AVOID_STATS : true
9898 steps :
9999 - name : Checkout source tree
Original file line number Diff line number Diff line change 2727 caching : false
2828 ruby-version : jruby-9.4.12.0
2929 upload-name : bazel-logs
30- upload-path : bazel-logs/bazel_${{ github.workflow }}_${{ github. run_id }}.log
30+ upload-path : bazel-logs/bazel_${{ github.run_id }}.log
3131 run : ./scripts/github-actions/ci-build.sh
3232 retry-remote :
3333 name : Retry Failed Tests on RBE
You can’t perform that action at this time.
0 commit comments