Skip to content

Commit

Permalink
Fix velox circle ci issue caused by moving master to main branch (#1)
Browse files Browse the repository at this point in the history
Summary: Pull Request resolved: #1

Reviewed By: amitkdutta

Differential Revision: D30185670

fbshipit-source-id: dc6aa14370beb343d9840debcfccc945a7ff0cb8
  • Loading branch information
mshang816 authored and facebook-github-bot committed Aug 9, 2021
1 parent 17512d6 commit 9a36858
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 @@ -57,7 +57,7 @@ jobs:
- ~/deps
- run:
name: "Calculate merge-base for CCache"
command: git merge-base origin/master HEAD > merge-base
command: git merge-base origin/main HEAD > merge-base
- restore_cache:
name: "Restore CCache cache"
keys:
Expand Down Expand Up @@ -85,7 +85,7 @@ jobs:
- checkout
- run:
name: "Calculate merge-base for CCache"
command: git merge-base origin/master HEAD > merge-base
command: git merge-base origin/main HEAD > merge-base
- restore_cache:
name: "Restore CCache cache"
keys:
Expand Down

0 comments on commit 9a36858

Please sign in to comment.