mirror of
				https://github.com/NginxProxyManager/nginx-proxy-manager.git
				synced 2025-11-04 09:25:15 +00:00 
			
		
		
		
	Fix CI, no var needed for this
This commit is contained in:
		
							
								
								
									
										2
									
								
								Jenkinsfile
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								Jenkinsfile
									
									
									
									
										vendored
									
									
								
							@@ -222,7 +222,7 @@ pipeline {
 | 
				
			|||||||
		always {
 | 
							always {
 | 
				
			||||||
			sh 'docker-compose down --rmi all --remove-orphans --volumes -t 30'
 | 
								sh 'docker-compose down --rmi all --remove-orphans --volumes -t 30'
 | 
				
			||||||
			sh 'echo Reverting ownership'
 | 
								sh 'echo Reverting ownership'
 | 
				
			||||||
			sh 'docker run --rm -v $(pwd):/data ${DOCKER_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