Skip to content

Commit

Permalink
deepen clone to get a working merge-base
Browse files Browse the repository at this point in the history
  • Loading branch information
paulirish committed Apr 14, 2020
1 parent a99353d commit 5993df8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/basics.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,9 @@ jobs:
- run: yarn unit-core
- run: yarn tsc -p .

# buildtracker runs `git merge-base HEAD origin/master` which needs more history than depth=1. https://github.com/paularmstrong/build-tracker/issues/106
- name: Deepen git fetch (for buildtracker)
run: git fetch --deepen=100
- name: Store in buildtracker
run: yarn bt-cli -vv upload-build
env:
Expand Down

0 comments on commit 5993df8

Please sign in to comment.