mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-17 10:25:15 +00:00
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) {
|
task fetchLatest(type: LoggedExec) {
|
||||||
dependsOn addUpstream
|
dependsOn addUpstream
|
||||||
workingDir = checkoutDir
|
workingDir = checkoutDir
|
||||||
commandLine = ['git', 'fetch', 'upstream', '5.x']
|
commandLine = ['git', 'fetch', 'upstream']
|
||||||
}
|
}
|
||||||
|
|
||||||
task checkoutBwcBranch(type: LoggedExec) {
|
task checkoutBwcBranch(type: LoggedExec) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user