mirror of
https://github.com/game-ci/unity-builder.git
synced 2025-07-04 12:25:19 -04:00
Remove unshallow fetch
This commit is contained in:
parent
d01e844eea
commit
cd1d215dfa
File diff suppressed because one or more lines are too long
@ -129,10 +129,12 @@ export default class Versioning {
|
|||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Retrieves refs from the configured remote, unshallow (based on actions/checkout@v2+)
|
* Retrieves refs from the configured remote.
|
||||||
|
*
|
||||||
|
* Note: `--all` should not be used, and would break fetching for push event.
|
||||||
*/
|
*/
|
||||||
static async fetch() {
|
static async fetch() {
|
||||||
await System.run('git', ['fetch', '--unshallow']);
|
await System.run('git', ['fetch']);
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
Reference in New Issue
Block a user