mirror of
				https://github.com/actions/checkout.git
				synced 2025-10-31 18:18:37 +08:00 
			
		
		
		
	Move reset and clean before update
This commit is contained in:
		
							parent
							
								
									ac7af06d80
								
							
						
					
					
						commit
						30cd0465ca
					
				|  | @ -176,6 +176,10 @@ export async function getSource(settings: IGitSourceSettings): Promise<void> { | |||
|         await authHelper.configureGlobalAuth() | ||||
|         core.endGroup() | ||||
| 
 | ||||
|         // Clean existing submodules
 | ||||
|         await git.submoduleReset(settings.nestedSubmodules) | ||||
|         await git.submoduleClean(settings.nestedSubmodules) | ||||
| 
 | ||||
|         // Checkout submodules
 | ||||
|         core.startGroup('Fetching submodules') | ||||
|         await git.submoduleSync(settings.nestedSubmodules) | ||||
|  | @ -183,8 +187,6 @@ export async function getSource(settings: IGitSourceSettings): Promise<void> { | |||
|           settings.fetchDepth, | ||||
|           settings.nestedSubmodules | ||||
|         ) | ||||
|         await git.submoduleReset(settings.nestedSubmodules) | ||||
|         await git.submoduleClean(settings.nestedSubmodules) | ||||
|         await git.submoduleForeach( | ||||
|           'git config --local gc.auto 0', | ||||
|           settings.nestedSubmodules | ||||
|  |  | |||
		Loading…
	
		Reference in New Issue
	
	Block a user
	 Laura Bailey
						Laura Bailey