mirror of
				https://github.com/NginxProxyManager/nginx-proxy-manager.git
				synced 2025-11-04 01:15:14 +00:00 
			
		
		
		
	Fix text replacement whoops
This commit is contained in:
		
							
								
								
									
										2
									
								
								Jenkinsfile
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								Jenkinsfile
									
									
									
									
										vendored
									
									
								
							@@ -98,7 +98,7 @@ pipeline {
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
				// Run tests
 | 
									// Run tests
 | 
				
			||||||
				sh 'rm -rf test/results'
 | 
									sh 'rm -rf test/results'
 | 
				
			||||||
				sh 'docker-compose` cypress-sqlite'
 | 
									sh 'docker-compose up cypress-sqlite'
 | 
				
			||||||
				// Get results
 | 
									// Get results
 | 
				
			||||||
				sh 'docker cp -L "$(docker-compose ps --all -q cypress-sqlite):/test/results" test/'
 | 
									sh 'docker cp -L "$(docker-compose ps --all -q cypress-sqlite):/test/results" test/'
 | 
				
			||||||
			}
 | 
								}
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user