Skip to content

Commit

Permalink
patch: Disable fetching tags
Browse files Browse the repository at this point in the history
This is unnecessary for this plugin behavior.
  • Loading branch information
ajoberstar committed Nov 23, 2024
1 parent f6c6235 commit af99ce3
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,7 @@ public void reset() throws IOException {
if (getFetchDepth().isPresent()) {
spec.args("--depth", getFetchDepth().get());
}
spec.args("--no-tags");
spec.args("origin", refSpec);

spec.workingDir(repoDir);
Expand Down

0 comments on commit af99ce3

Please sign in to comment.