We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6c05b1b commit 0df8d53Copy full SHA for 0df8d53
.push_test_table.sh
@@ -25,7 +25,6 @@ cd ..
25
rm -rf plotly/
26
git clone https://github.com/ropensci/plotly.git
27
cd plotly
28
-git branch -a
29
echo "user,SHA1,label" >> ../code_commits.csv
30
echo "ropensci,`git rev-parse HEAD`,master" >> ../code_commits.csv
31
git checkout $TRAVIS_BRANCH
@@ -47,4 +46,5 @@ git commit -a -m "Travis build number ${TRAVIS_BUILD_NUMBER} of ${TRAVIS_REPO_SL
47
46
# This post explains how this works -- http://rmflight.github.io/posts/2014/11/travis_ci_gh_pages.html
48
GH_REPO="@github.com/ropensci/plotly-test-table.git"
49
FULL_REPO="https://${GH_TOKEN}${GH_REPO}"
+git pull $FULL_REPO gh-pages
50
git push $FULL_REPO gh-pages
0 commit comments