Skip to content

Commit

Permalink
Merge pull request #505 from player-ui/maint/fix-bazelrc-on-main
Browse files Browse the repository at this point in the history
[skip ci] Fix Android Config Setup During Bazelrc Setup Phase During Build
  • Loading branch information
KetanReddy authored Sep 5, 2024
2 parents 9c61415 + 17fe6f2 commit dfda61e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,10 +99,10 @@ jobs:
echo "coverage --remote_header=x-buildbuddy-api-key=${BUILDBUDDY_API_KEY}" >> .bazelrc.local
if [ "${CIRCLE_BRANCH}" == "main" ]; then
echo "Running on main"
echo 'common --//android/player:runtime=j2v8 >> .bazelrc.local
echo "common --//android/player:runtime=j2v8" >> .bazelrc.local
else
echo "Running on PR"
echo 'common --//android/player:runtime=j2v8-debug >> .bazelrc.local
echo "common --//android/player:runtime=j2v8-debug" >> .bazelrc.local
fi
- persist_to_workspace:
root: .
Expand Down

0 comments on commit dfda61e

Please sign in to comment.