Skip to content

Commit

Permalink
[skip ci] fix android config during bazel setup
Browse files Browse the repository at this point in the history
  • Loading branch information
KetanReddy committed Sep 5, 2024
1 parent 9c61415 commit 17fe6f2
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 17fe6f2

Please sign in to comment.