Fix Jenkinsfile
	
		
			
	
		
	
	
		
	
		
			All checks were successful
		
		
	
	
		
			
				
	
				Gitea/kapitanbooru-uploader/pipeline/head This commit looks good
				
			
		
		
	
	
				
					
				
			
		
			All checks were successful
		
		
	
	Gitea/kapitanbooru-uploader/pipeline/head This commit looks good
				
			This commit is contained in:
		
							
								
								
									
										4
									
								
								Jenkinsfile
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										4
									
								
								Jenkinsfile
									
									
									
									
										vendored
									
									
								
							| @@ -20,12 +20,12 @@ pipeline { | ||||
|          | ||||
|         stage('Compile Translations') { | ||||
|             steps { | ||||
|                 sh ''' | ||||
|                 sh '''#!/bin/sh | ||||
|                 find kapitanbooru_uploader/locales -name "*.po" -exec sh -c ' | ||||
|                     po="$0" | ||||
|                     mo="${po%.po}.mo" | ||||
|                     msgfmt "$po" -o "$mo" | ||||
|                 ' {} \; | ||||
|                 ' {} \\; | ||||
|                 ''' | ||||
|             } | ||||
|         } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user