Skip to content

Commit 0df8d53

Browse files
committed
pull before pushing -- just in case
1 parent 6c05b1b commit 0df8d53

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.push_test_table.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@ cd ..
2525
rm -rf plotly/
2626
git clone https://github.com/ropensci/plotly.git
2727
cd plotly
28-
git branch -a
2928
echo "user,SHA1,label" >> ../code_commits.csv
3029
echo "ropensci,`git rev-parse HEAD`,master" >> ../code_commits.csv
3130
git checkout $TRAVIS_BRANCH
@@ -47,4 +46,5 @@ git commit -a -m "Travis build number ${TRAVIS_BUILD_NUMBER} of ${TRAVIS_REPO_SL
4746
# This post explains how this works -- http://rmflight.github.io/posts/2014/11/travis_ci_gh_pages.html
4847
GH_REPO="@github.com/ropensci/plotly-test-table.git"
4948
FULL_REPO="https://${GH_TOKEN}${GH_REPO}"
49+
git pull $FULL_REPO gh-pages
5050
git push $FULL_REPO gh-pages

0 commit comments

Comments
 (0)