Fix Travis handling of a fully-numeric commit hash being YAML-converted to a number instead of a string

Docker-DCO-1.0-Signed-off-by: Andrew Page <admwiggin@gmail.com> (github: tianon)
Upstream-commit: 3779291e9b2f939aa98b91b35552bd9b76c9f39a
Component: engine
This commit is contained in:
Tianon Gravi
2014-01-07 15:27:51 -07:00
parent a9154e9ad5
commit 01b84e7dd9
+1 -1
View File
@@ -5,7 +5,7 @@ import yaml
from env import commit_range
commit_format = '-%n hash: %h%n author: %aN <%aE>%n message: |%n%w(0,2,2)%B'
commit_format = '-%n hash: "%h"%n author: %aN <%aE>%n message: |%n%w(0,2,2)%B'
gitlog = subprocess.check_output([
'git', 'log', '--reverse',