Skip to content

Commit 935478c

Browse files
committed
add script to add log files
1 parent f26e224 commit 935478c

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
@@ -41,7 +41,7 @@ cat code_commits.csv
4141
make
4242

4343
# add, commit, push to gh-pages branch of plotly-test-table
44-
git add tables/*/*.html data/*/*.png
44+
./git-add.sh
4545
git commit -a -m "Travis build number ${TRAVIS_BUILD_NUMBER} of ${TRAVIS_REPO_SLUG}"
4646
# This post explains how this works -- http://rmflight.github.io/posts/2014/11/travis_ci_gh_pages.html
4747
GH_REPO="@github.com/ropensci/plotly-test-table.git"

0 commit comments

Comments
 (0)