Remove Pipfile

This commit is contained in:
Sumner Evans
2020-09-19 17:17:38 -06:00
parent 5e8600d9f6
commit e8e74afd10
4 changed files with 6 additions and 1030 deletions

View File

@@ -25,3 +25,8 @@ for tag in tags:
for arg in sys.argv[1:]:
print(f"+ {' '.join(arg.split())}")
subprocess.run(arg.split()).check_returncode()
# Don't run the else statement of the for loop.
break
else:
print("No version tag found for this commit. Skipping")