mirror of
				https://github.com/NginxProxyManager/nginx-proxy-manager.git
				synced 2025-10-31 15:53:33 +00:00 
			
		
		
		
	Small fix for CI cleanup
This commit is contained in:
		
							
								
								
									
										3
									
								
								Jenkinsfile
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										3
									
								
								Jenkinsfile
									
									
									
									
										vendored
									
									
								
							| @@ -198,9 +198,8 @@ pipeline { | |||||||
| 	} | 	} | ||||||
| 	post { | 	post { | ||||||
| 		always { | 		always { | ||||||
| 			sh 'docker-compose down --remove-orphans --volumes -t 30' |  | ||||||
| 			sh 'echo Reverting ownership' | 			sh 'echo Reverting ownership' | ||||||
| 			sh 'docker run --rm -v $(pwd):/data jc21/ci-tools chown -R $(id -u):$(id -g) /data' | 			sh 'docker run --rm -v "$(pwd):/data" jc21/ci-tools chown -R "$(id -u):$(id -g)" /data' | ||||||
| 		} | 		} | ||||||
| 		success { | 		success { | ||||||
| 			juxtapose event: 'success' | 			juxtapose event: 'success' | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user