From 068342a36554581ca57a4a2b9999bb2c48be3445 Mon Sep 17 00:00:00 2001 From: David Young Date: Wed, 6 Jun 2018 21:28:13 +1200 Subject: [PATCH] Add Travis test 7 --- scripts/push-markua-to-branch.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/scripts/push-markua-to-branch.sh b/scripts/push-markua-to-branch.sh index 8f03faa..aa1c10e 100755 --- a/scripts/push-markua-to-branch.sh +++ b/scripts/push-markua-to-branch.sh @@ -7,15 +7,15 @@ setup_git() { commit_website_files() { git checkout -b leanpub-preview - git pull git add manuscript git commit --message "Travis build: $TRAVIS_BUILD_NUMBER" } upload_files() { #git remote add origin-leanpub-preview https://${LEANPUB-PREVIEW-TOKEN}@github.com/funkypenguin/geek-cookbook.git > /dev/null 2>&1 - git remote add origin-leanpub-preview https://${TOKEN}@github.com/funkypenguin/geek-cookbook.git - git push --quiet --set-upstream origin-leanpub-preview leanpub-preview + #git remote add origin-leanpub-preview https://${TOKEN}@github.com/funkypenguin/geek-cookbook.git + #git push --quiet --set-upstream origin-leanpub-preview leanpub-preview + git push --quiet --set-upstream origin leanpub-preview } setup_git