mirror of
https://github.com/correl/rebar.git
synced 2024-12-18 03:00:17 +00:00
Add author to fix issue when compiling on travis
This commit is contained in:
parent
d22c1b1ab2
commit
c1925d0de7
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@ files() ->
|
||||||
run(_Dir) ->
|
run(_Dir) ->
|
||||||
%% Initialize the b/c apps as git repos so that dependencies pull
|
%% Initialize the b/c apps as git repos so that dependencies pull
|
||||||
%% properly
|
%% properly
|
||||||
GitCmd = "/bin/sh -c \"git init && git add -A && git commit -a -m 'Initial commit'\"",
|
GitCmd = "/bin/sh -c \"git init && git add -A && git commit --author 'tdeps <tdeps@example.com>' -a -m 'Initial commit'\"",
|
||||||
{ok, _} = retest_sh:run(GitCmd, [{dir, "repo/b"}]),
|
{ok, _} = retest_sh:run(GitCmd, [{dir, "repo/b"}]),
|
||||||
{ok, _} = retest_sh:run(GitCmd, [{dir, "repo/c"}]),
|
{ok, _} = retest_sh:run(GitCmd, [{dir, "repo/c"}]),
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue