From 2ab0fc2ed3876301da205a2490f4ece645cca742 Mon Sep 17 00:00:00 2001 From: Jason Olmstead Date: Wed, 14 Dec 2016 16:27:20 -0800 Subject: [PATCH] auto commit from bot: Testing flow with version update --- src/github.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/github.js b/src/github.js index 107a6f6..f340ae1 100644 --- a/src/github.js +++ b/src/github.js @@ -142,6 +142,7 @@ function checkProxy(params){ //** TEST CODE ****/ -Github.push('test-bot-branch', "Testing skip ci"); +//Github.preCheck('test-bot-branch'); +Github.push('test-bot-branch', "Testing flow with version update"); //Github.mergeToMaster('test-bot-branch'); //Github.release("0.0.2", "[skip ci]");