Skip to content

Commit

Permalink
ISSUE #673 - do not clean on git_release
Browse files Browse the repository at this point in the history
  • Loading branch information
Charence committed Feb 8, 2024
1 parent c31a9f4 commit c585600
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions tools/release/git_release.py
Original file line number Diff line number Diff line change
Expand Up @@ -71,9 +71,6 @@ def updateBouncerWorker(version):
updateSrcHeaders(majorV, minorTag);
updateBouncerWorker(version)

execExitOnFail("git clean -f -d", "Failed to clean directory")


execExitOnFail("git commit -m \"Version " + version + "\"", "Failed to commit")

execExitOnFail("git push origin :refs/tags/" + version, "Failed to push tag")
Expand Down

0 comments on commit c585600

Please sign in to comment.