Skip to content

Commit

Permalink
[GR-7628] Correction of commit of aggregated Javadoc.
Browse files Browse the repository at this point in the history
  • Loading branch information
entlicher committed Jan 4, 2018
1 parent 00ba119 commit 550bd68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci_includes/publish-javadoc.hocon
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ builds += [
["git", "add", "sdk/javadoc", "truffle/javadoc", "tools/javadoc"],
["git", "config", "user.name", "Javadoc Publisher"],
["git", "config", "user.email", "[email protected]"],
["git", "commit", "-m", [ "echo", "Javadoc as of", [ "date", "+%Y/%m/%d" ] ], "javadoc" ],
["git", "commit", "-m", [ "echo", "Javadoc as of", [ "date", "+%Y/%m/%d" ] ] ],
["git", "push", "origin", "gh-pages"],
],
targets : [post-merge],
Expand Down

0 comments on commit 550bd68

Please sign in to comment.