Index: tools/push-to-trunk/test_scripts.py |
diff --git a/tools/push-to-trunk/test_scripts.py b/tools/push-to-trunk/test_scripts.py |
index 4edb3481b8af52f733ec743180f7a7d24a602e97..984b1f558fba4c70041a39286c6ddf0844d55fdc 100644 |
--- a/tools/push-to-trunk/test_scripts.py |
+++ b/tools/push-to-trunk/test_scripts.py |
@@ -1272,7 +1272,8 @@ LOG=N |
Cmd("git cl presubmit", "Presubmit successfull\n"), |
Cmd("git cl dcommit -f --bypass-hooks", "Closing issue\n", |
cb=VerifySVNCommit), |
- Cmd("git svn tag 3.22.5.1 -m \"Tagging version 3.22.5.1\"", ""), |
+ Cmd("git tag 3.22.5.1", ""), |
+ Cmd("git push origin 3.22.5.1", ""), |
Michael Achenbach
2014/09/26 14:11:52
Pushing the tag might take over the git updater fr
|
Cmd("git checkout -f some_branch", ""), |
Cmd("git branch -D %s" % TEST_CONFIG["BRANCHNAME"], ""), |
]) |