From fd08a9e361a8cab9c4bdeb625b22e723d5d7a515 Mon Sep 17 00:00:00 2001 From: Jay Date: Fri, 15 Jul 2016 15:30:02 -0500 Subject: [PATCH] Disabled auto-groc --- generate-api.sh | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) diff --git a/generate-api.sh b/generate-api.sh index a492e5e..23dc4e7 100644 --- a/generate-api.sh +++ b/generate-api.sh @@ -11,17 +11,15 @@ git config --global user.name "Travis" git fetch; git checkout master; # Run Docs Generation -cd sample; ../node_modules/groc/bin/groc **/*.php; - +# THIS IS DISABLED BECAUSE GROC DOES NOT CREATE NEW LINE AT THE END OF FILE, WHICH RELEASINATOR WANTS. +#cd sample; ../node_modules/groc/bin/groc **/*.php; # Add and Commit -git add doc; git commit -m "Updates to Sample Docs"; - +#git add doc; git commit -m "Updates to Sample Docs"; # Push to Master -git remote add upstream https://${GH_TOKEN}@github.com/paypal/PayPal-PHP-SDK.git > /dev/null -git push upstream master; - +#git remote add upstream https://${GH_TOKEN}@github.com/paypal/PayPal-PHP-SDK.git > /dev/null +#git push upstream master; # Back to Home -cd ..; +#cd ..; # Get ApiGen.phar wget http://www.apigen.org/apigen.phar