Skip to content

Commit

Permalink
fix: resolve shallow clone failures (IN-1054) (#235)
Browse files Browse the repository at this point in the history
fix: resolve shallow clone failures (IN-1054)
  • Loading branch information
edison-vflow authored May 10, 2024
1 parent f51bed2 commit 6a852f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/jobs/monorepo/monorepo_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ steps:
- add_ssh_keys:
fingerprints:
- "<< parameters.ssh_key >>"
- checkout_shallow_clone
- checkout
- install_node_modules:
install_args: "<< parameters.install_args >>"
avoid_post_install_scripts: "<< parameters.avoid_post_install_scripts >>"
Expand Down

0 comments on commit 6a852f9

Please sign in to comment.