Skip to content

Commit

Permalink
Increase shallow fetch depth to 100, to make Danger work
Browse files Browse the repository at this point in the history
  • Loading branch information
amy-at-kickstarter committed Nov 1, 2023
1 parent fb7a490 commit 5191fae
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .circleci/config.yml
Expand Up @@ -99,7 +99,9 @@ jobs:
- *default_environment
steps:
- macos/install-rosetta
- git-shallow-clone/checkout
- git-shallow-clone/checkout:
# This is for Danger, which requires a bit more git history
fetch_depth: 100
- run:
name: SPM SSH Workaround
command: *spm_ssh_workaround
Expand Down

0 comments on commit 5191fae

Please sign in to comment.