Fetch all upstream refs for bwc checkout
This commit is contained in:
parent
a26321e03b
commit
8822332355
|
@ -62,7 +62,7 @@ task addUpstream(type: LoggedExec) {
|
|||
task fetchLatest(type: LoggedExec) {
|
||||
dependsOn addUpstream
|
||||
workingDir = checkoutDir
|
||||
commandLine = ['git', 'fetch', 'upstream', '5.x']
|
||||
commandLine = ['git', 'fetch', 'upstream']
|
||||
}
|
||||
|
||||
task checkoutBwcBranch(type: LoggedExec) {
|
||||
|
|
Loading…
Reference in New Issue