mirror of
				https://git.tardis.systems/mirrors/yuzu
				synced 2025-10-31 02:34:11 +01:00 
			
		
		
		
	ci: Determine build date via bash
This commit is contained in:
		
							parent
							
								
									851c5d67ae
								
							
						
					
					
						commit
						15805f4e01
					
				| @ -3,7 +3,8 @@ parameters: | ||||
|   cache: 'false' | ||||
| 
 | ||||
| steps: | ||||
| - script: export CI=true && AZURE_REPO_NAME=yuzu-emu/yuzu-$(BuildName) && AZURE_REPO_TAG=$(BuildName)-$(Date:yyyy.MM.dd) | ||||
| - script: export DATE=`date '+%Y.%m.%d'` && export CI=true && AZURE_REPO_NAME=yuzu-emu/yuzu-$(BuildName) && AZURE_REPO_TAG=$(BuildName)-$DATE | ||||
|   displayName: 'Determine Build Name' | ||||
| - task: DockerInstaller@0 | ||||
|   displayName: 'Prepare Environment' | ||||
|   inputs: | ||||
|  | ||||
		Loading…
	
		Reference in New Issue
	
	Block a user