mirror of
				https://github.com/vyos/vyos-build.git
				synced 2025-10-01 20:28:40 +02:00 
			
		
		
		
	fix path to versions file
Signed-off-by: Daniil Baturin <daniil@vyos.io>
This commit is contained in:
		
							parent
							
								
									72c7c7ff99
								
							
						
					
					
						commit
						ed7bcbd0db
					
				@ -368,7 +368,7 @@ if __name__ == "__main__":
 | 
			
		||||
                    raise ValueError("git branch could not be determined")
 | 
			
		||||
 | 
			
		||||
                # Load the branch to version mapping file
 | 
			
		||||
                with open('data/versions') as f:
 | 
			
		||||
                with open('../data/versions') as f:
 | 
			
		||||
                    version_mapping = json.load(f)
 | 
			
		||||
 | 
			
		||||
                branch_version = version_mapping[git_branch]
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user