Skip to content

Commit

Permalink
[MBL-1006] Use shallow clone to speed up build times
Browse files Browse the repository at this point in the history
  • Loading branch information
amy-at-kickstarter committed Oct 25, 2023
1 parent 11adbfc commit fb7a490
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .circleci/config.yml
Expand Up @@ -4,6 +4,7 @@ orbs:
macos: circleci/macos@2
aws-cli: circleci/aws-cli@3.1
codecov: codecov/codecov@1.1.3
git-shallow-clone: guitarrapc/git-shallow-clone@2.8.0

aws_cli_setup: &aws_cli_setup
role-arn: $AWS_ROLE_ARN
Expand Down Expand Up @@ -98,7 +99,7 @@ jobs:
- *default_environment
steps:
- macos/install-rosetta
- checkout
- git-shallow-clone/checkout
- run:
name: SPM SSH Workaround
command: *spm_ssh_workaround
Expand Down Expand Up @@ -159,7 +160,7 @@ jobs:
- *default_environment
steps:
- macos/install-rosetta
- checkout
- git-shallow-clone/checkout
- aws-cli/setup:
<<: *aws_cli_setup
- run:
Expand All @@ -172,7 +173,7 @@ jobs:
- *default_environment
steps:
- macos/install-rosetta
- checkout
- git-shallow-clone/checkout
- aws-cli/setup:
<<: *aws_cli_setup
- run:
Expand Down

0 comments on commit fb7a490

Please sign in to comment.