Skip to content

Commit

Permalink
ci: copy bazelrc files to home RC locations (angular#32251)
Browse files Browse the repository at this point in the history
PR Close angular#32251
  • Loading branch information
josephperrott authored and sabeersulaiman committed Sep 6, 2019
1 parent d35d35c commit bfc574d
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 @@ -131,12 +131,12 @@ var_8: &yarn_install
var_9: &setup_circleci_bazel_config
run:
name: Setting up CircleCI bazel configuration
command: sudo cp .circleci/bazel.linux.rc /etc/bazel.bazelrc
command: sudo cp .circleci/bazel.linux.rc $HOME/.bazelrc

var_9_win: &setup_circleci_bazel_config_win
run:
name: Setting up CircleCI bazel configuration
command: copy .circleci\bazel.windows.rc $env:ProgramData\bazel.bazelrc
command: copy .circleci\bazel.windows.rc $env:USERPROFILE\.bazelrc

var_10: &restore_cache
restore_cache:
Expand Down

0 comments on commit bfc574d

Please sign in to comment.