Przeglądaj źródła

Adding user/email on created repos for travis CI

pull/3/head
Dave Smith 12 lat temu
rodzic
commit
a3ce71e381
1 zmienionych plików z 2 dodań i 0 usunięć
  1. +2
    -0
      inttest/tdeps1/tdeps1_rt.erl

+ 2
- 0
inttest/tdeps1/tdeps1_rt.erl Wyświetl plik

@ -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"}]),

Ładowanie…
Anuluj
Zapisz