mirror of
https://github.com/torrentpier/torrentpier
synced 2025-08-21 22:03:49 -07:00
misc(_release.php): Temporary removed automatic push origin
(#1935)
This commit is contained in:
parent
75ef57474c
commit
dcd7002c2a
1 changed files with 2 additions and 2 deletions
|
@ -127,7 +127,7 @@ $tagCmd = "git -c user.name=\"$userName\" -c user.email=\"$userEmail\" -c user.s
|
||||||
runProcess($tagCmd);
|
runProcess($tagCmd);
|
||||||
runProcess("git tag -v \"$version\"");
|
runProcess("git tag -v \"$version\"");
|
||||||
|
|
||||||
runProcess("git push origin master");
|
// runProcess("git push origin master");
|
||||||
runProcess("git push origin $version");
|
// runProcess("git push origin $version");
|
||||||
|
|
||||||
out("\n- Release $version has been successfully prepared, committed and pushed!", 'success');
|
out("\n- Release $version has been successfully prepared, committed and pushed!", 'success');
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue