Skip to content

Commit 819bde6

Browse files
author
Nacho Bonafonte
committed
Revert "Try unshallowing only current branch, it should be quite faster"
This reverts commit 127a6b8.
1 parent d418e18 commit 819bde6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/DatadogSDKTesting/IntelligentTestRunner/GitUploader.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ struct GitUploader {
9393
let configResult = Spawn.commandWithResult(#"git -C "\#(GitUploader.workspacePath)" config remote.origin.partialclonefilter "blob:none""#)
9494
Log.debug("configResult: \(configResult)")
9595

96-
let unshallowResult = Spawn.commandWithResult(#"git -C "\#(GitUploader.workspacePath)" origin HEAD fetch --shallow-since="1 month ago" --update-shallow --refetch"#)
96+
let unshallowResult = Spawn.commandWithResult(#"git -C "\#(GitUploader.workspacePath)" fetch --shallow-since="1 month ago" --update-shallow --refetch"#)
9797
Log.debug("unshallowResult: \(unshallowResult)")
9898
}
9999

0 commit comments

Comments
 (0)