Skip to content

Commit

Permalink
fix: dont use shallow cloning for track updates (IN-1006) (#231)
Browse files Browse the repository at this point in the history
fix: dont use shallow cloning for track  updates (IN-1006)
  • Loading branch information
edison-vflow committed May 9, 2024
1 parent c8cf69c commit a32f475
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/commands/track/update_track.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ steps:
- when:
condition: << parameters.checkout >>
steps:
- checkout_shallow_clone # special step to check out source code to working directory
- checkout # special step to check out source code to working directory.
- run:
name: "Get latest tags"
command: git pull || echo "Nothing to pull"
Expand Down

0 comments on commit a32f475

Please sign in to comment.