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

.circleci/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -450,7 +450,7 @@ jobs:
450450
git config user.name plotlydocbot
451451
git config user.email accounts@plot.ly
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 git@github.com:plotly/plotly.py-docs.git master:built
455455
rm -rf .git
456456
cd ../..
@@ -488,7 +488,7 @@ jobs:
488488
git config user.email accounts@plot.ly
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 git@github.com:plotly/plotly.py-docs.git master:gh-pages
493493
rm -rf .git
494494
cd ../..

0 commit comments

Comments
 (0)