We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d418e18 commit 819bde6Copy full SHA for 819bde6
Sources/DatadogSDKTesting/IntelligentTestRunner/GitUploader.swift
@@ -93,7 +93,7 @@ struct GitUploader {
93
let configResult = Spawn.commandWithResult(#"git -C "\#(GitUploader.workspacePath)" config remote.origin.partialclonefilter "blob:none""#)
94
Log.debug("configResult: \(configResult)")
95
96
- let unshallowResult = Spawn.commandWithResult(#"git -C "\#(GitUploader.workspacePath)" origin HEAD fetch --shallow-since="1 month ago" --update-shallow --refetch"#)
+ let unshallowResult = Spawn.commandWithResult(#"git -C "\#(GitUploader.workspacePath)" fetch --shallow-since="1 month ago" --update-shallow --refetch"#)
97
Log.debug("unshallowResult: \(unshallowResult)")
98
}
99
0 commit comments