Skip to content
This repository was archived by the owner on Nov 29, 2023. It is now read-only.

Commit 71e0430

Browse files
committed
fix: python shell
1 parent 34e9cfe commit 71e0430

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

bin/deploy.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,8 @@
4444
shutil.copytree(validator_mvn_home, target_path)
4545

4646
print(os.popen('git add .').read())
47-
print(os.popen('git commit -m "release v%s"' % version).read())
47+
print(os.popen('git commit -m "shell release v%s"' % version).read())
4848

4949
os.chdir(project_repository_path)
5050
print(os.popen('git add .').read())
51-
print(os.popen('git commit -m "release %s v%s"' % ('validator', version)).read())
51+
print(os.popen('git commit -m "shell release %s v%s by shell"' % ('validator', version)).read())

0 commit comments

Comments
 (0)