Skip to content

Commit b6932d5

Browse files
nicer commit messages all around
1 parent eb47ba2 commit b6932d5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: .circleci/config.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -450,7 +450,7 @@ jobs:
450450
git config user.name plotlydocbot
451451
git config user.email [email protected]
452452
git add *
453-
git commit -m build
453+
git commit -m "build of https://github.com/plotly/plotly.py/commit/${CIRCLE_SHA1}"
454454
git push --force [email protected]:plotly/plotly.py-docs.git master:built
455455
rm -rf .git
456456
cd ../..
@@ -488,7 +488,7 @@ jobs:
488488
git config user.email [email protected]
489489
git add *
490490
git add .nojekyll
491-
git commit -m build
491+
git commit -m "build of https://github.com/plotly/plotly.py/commit/${CIRCLE_SHA1}"
492492
git push --force [email protected]:plotly/plotly.py-docs.git master:gh-pages
493493
rm -rf .git
494494
cd ../..

0 commit comments

Comments
 (0)