Skip to content

Commit

Permalink
Merge pull request #674 from 3drepo/ISSUE_673
Browse files Browse the repository at this point in the history
ISSUE 673 - do not clean on git_release
  • Loading branch information
carmenfan authored Feb 9, 2024
2 parents 9eacc5c + c585600 commit 0ecc1ee
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 0ecc1ee

Please sign in to comment.