瀏覽代碼

Adding user/email on created repos for travis CI

pull/3/head
Dave Smith 12 年之前
父節點
當前提交
a3ce71e381
共有 1 個檔案被更改,包括 2 行新增0 行删除
  1. +2
    -0
      inttest/tdeps1/tdeps1_rt.erl

+ 2
- 0
inttest/tdeps1/tdeps1_rt.erl 查看文件

@ -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…
取消
儲存