Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
abeatrix committed Sep 30, 2024
1 parent 568112a commit e845617
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/build.cake
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ Task("BuildCodyAgent")
GitCheckout(codyDir, branchName);

Information($"--> Fetching all tags...");
GitFetch(codyDir, "origin", new GitFetchSettings { Tags = true });
GitFetch(codyDir, "origin");

Information($"--> Checkout latest stable release using tag {codyStableReleaseTag} ...");
GitCheckout(codyDir, codyStableReleaseTag);
Expand Down Expand Up @@ -239,4 +239,4 @@ Task("Clean")
// EXECUTION
//////////////////////////////////////////////////////////////////////

RunTarget(target);
RunTarget(target);

0 comments on commit e845617

Please sign in to comment.