mirror of
				https://git.tardis.systems/mirrors/yuzu
				synced 2025-11-04 12:45:03 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			9 lines
		
	
	
		
			629 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
		
			629 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
steps:
 | 
						|
  - script: chmod a+x $(System.DefaultWorkingDirectory)/.ci/scripts/merge/yuzubot-git-config.sh && $(System.DefaultWorkingDirectory)/.ci/scripts/merge/yuzubot-git-config.sh
 | 
						|
    displayName: 'Apply Git Configuration'
 | 
						|
  - script: git tag -a $(BuildName)-$(DisplayPrefix)-$(DisplayVersion) -m "yuzu $(BuildName) $(Build.BuildNumber) $(Build.DefinitionName) $(DisplayPrefix)-$(DisplayVersion)"
 | 
						|
    displayName: 'Tag Source'
 | 
						|
  - script: git remote add other $(GitRepoPushChangesURL)
 | 
						|
    displayName: 'Register Repository'
 | 
						|
  - script: git push other $(BuildName)-$(DisplayPrefix)-$(DisplayVersion)
 | 
						|
    displayName: 'Update Code' |