Skip to content

Commit

Permalink
fix(worker): gitCLone ut (#3165)
Browse files Browse the repository at this point in the history
Signed-off-by: Yvonnick Esnault <[email protected]>
  • Loading branch information
yesnault authored and fsamin committed Aug 8, 2018
1 parent d278569 commit e82c9ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sdk/vcs/git/git_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ func Test_gitCommand(t *testing.T) {
},
},
want: []string{
"git clone --verbose --depth 1 --branch master --recursive https://github.com/ovh/cds.git /tmp/Test_gitCommand-2",
"git clone --verbose --depth 1 --branch master --no-single-branch --recursive https://github.com/ovh/cds.git /tmp/Test_gitCommand-2",
},
},
{
Expand Down

0 comments on commit e82c9ac

Please sign in to comment.