mirror of
https://github.com/correl/rebar.git
synced 2025-04-01 01:05:56 -09:00
Adding user/email on created repos for travis CI
This commit is contained in:
parent
6bbd79044d
commit
a3ce71e381
1 changed files with 2 additions and 0 deletions
|
@ -35,6 +35,8 @@ run(_Dir) ->
|
|||
%% properly
|
||||
GitCmds = ["git init",
|
||||
"git add -A",
|
||||
"git config user.email 'tdeps@example.com'",
|
||||
"git config user.name 'tdeps'",
|
||||
"git commit -a -m 'Initial Commit'"],
|
||||
apply_cmds(GitCmds, [{dir, "repo/b"}]),
|
||||
apply_cmds(GitCmds, [{dir, "repo/c"}]),
|
||||
|
|
Loading…
Add table
Reference in a new issue