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