reenabling dirty repo
This commit is contained in:
@@ -59,9 +59,9 @@ def release():
|
||||
exit(1)
|
||||
|
||||
repo = Repo(WORKING_DIR)
|
||||
# if repo.is_dirty():
|
||||
# cprint("repo is dirty - commit changes before releasing", "red")
|
||||
# exit(1)
|
||||
if repo.is_dirty():
|
||||
cprint("repo is dirty - commit changes before releasing", "red")
|
||||
exit(1)
|
||||
|
||||
export_pack()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user