Skip to content
This repository has been archived by the owner on Feb 22, 2018. It is now read-only.

Commit

Permalink
chore(doc-gen): include full url in commet message for docs
Browse files Browse the repository at this point in the history
  • Loading branch information
mhevery committed Mar 13, 2014
1 parent 7bb1944 commit 587a5f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/travis/publish-docs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ if [ "$CHANNEL" = "stable" ] && [ "$TRAVIS_REPO_SLUG" = "angular/angular.dart" ]

echo "Adding files..."
git add .
git commit -m "Automated push of generated docs from SHA: $SHA"
git commit -m "Automated push of generated docs from SHA: https://github.com/angular/angular.dart/commit/$SHA"
git push
fi
fi
Expand Down

0 comments on commit 587a5f9

Please sign in to comment.