Browse Source

Adding user/email on created repos for travis CI

pull/3/head
Dave Smith 12 years ago
parent
commit
a3ce71e381
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      inttest/tdeps1/tdeps1_rt.erl

+ 2
- 0
inttest/tdeps1/tdeps1_rt.erl View File

@ -35,6 +35,8 @@ run(_Dir) ->
%% properly %% properly
GitCmds = ["git init", GitCmds = ["git init",
"git add -A", "git add -A",
"git config user.email 'tdeps@example.com'",
"git config user.name 'tdeps'",
"git commit -a -m 'Initial Commit'"], "git commit -a -m 'Initial Commit'"],
apply_cmds(GitCmds, [{dir, "repo/b"}]), apply_cmds(GitCmds, [{dir, "repo/b"}]),
apply_cmds(GitCmds, [{dir, "repo/c"}]), apply_cmds(GitCmds, [{dir, "repo/c"}]),

Loading…
Cancel
Save