Skip to content

Commit

Permalink
fixed bazelrc script
Browse files Browse the repository at this point in the history
  • Loading branch information
dstanev-atvi committed Dec 18, 2023
1 parent 83e503d commit cbf9183
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,9 @@ jobs:
- uses: actions/checkout@v4
- name: run otel_sdk_build.cmd
run: |
echo "build --disk_cache=c:/b/d" > ../top.bazelrc1
echo "build --disk_cache=c:/b/d" > ../top.bazelrc
echo "common --repository_cache=c:/b/r" >> ../top.bazelrc
echo "startup --output_user_root=c:/b/u" >> ../top.bazelrc
type ../top.bazelrc
./otel_sdk_build.cmd
- name: release otel_sdk.zip
uses: ncipollo/[email protected]
Expand Down

0 comments on commit cbf9183

Please sign in to comment.