Repository: cordova-coho
Updated Branches:
  refs/heads/plugins-releaser 348f0172b -> b1e777f9a


uncommenting actually running `git push` commands


Project: http://git-wip-us.apache.org/repos/asf/cordova-coho/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-coho/commit/3d221456
Tree: http://git-wip-us.apache.org/repos/asf/cordova-coho/tree/3d221456
Diff: http://git-wip-us.apache.org/repos/asf/cordova-coho/diff/3d221456

Branch: refs/heads/plugins-releaser
Commit: 3d22145610475852641e2f40a5031e43673ffa58
Parents: 348f017
Author: filmaj <[email protected]>
Authored: Wed Mar 1 15:12:51 2017 -0800
Committer: filmaj <[email protected]>
Committed: Wed Mar 1 15:12:51 2017 -0800

----------------------------------------------------------------------
 src/gitutil.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-coho/blob/3d221456/src/gitutil.js
----------------------------------------------------------------------
diff --git a/src/gitutil.js b/src/gitutil.js
index bdec01d..15a23dd 100644
--- a/src/gitutil.js
+++ b/src/gitutil.js
@@ -180,7 +180,7 @@ exports.tagRepo = function*(version) {
 
 exports.pushToOrigin = function*(ref) {
     // TODO TEST: uncomment once ready to test
-    //return yield executil.execHelper(executil.ARGS('git push origin', ref));
+    return yield executil.execHelper(executil.ARGS('git push origin', ref));
 }
 
 exports.diff = function*(first, second) {


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to