mirror of
				https://github.com/NginxProxyManager/nginx-proxy-manager.git
				synced 2025-11-04 09:25:15 +00:00 
			
		
		
		
	Revert "Fix CI, use docker for a yarn command"
This reverts commit afbec0aca9.
			
			
This commit is contained in:
		
							
								
								
									
										8
									
								
								Jenkinsfile
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										8
									
								
								Jenkinsfile
									
									
									
									
										vendored
									
									
								
							@@ -144,12 +144,8 @@ pipeline {
 | 
			
		||||
			}
 | 
			
		||||
			steps {
 | 
			
		||||
				dir(path: 'docs') {
 | 
			
		||||
					sh '''docker run --rm \\
 | 
			
		||||
						-v "$(pwd):/app" \\
 | 
			
		||||
						-w /app \\
 | 
			
		||||
						node:latest \\
 | 
			
		||||
						sh -c "yarn install && yarn build"
 | 
			
		||||
					'''
 | 
			
		||||
					sh 'yarn install'
 | 
			
		||||
					sh 'yarn build'
 | 
			
		||||
				}
 | 
			
		||||
 | 
			
		||||
				dir(path: 'docs/.vuepress/dist') {
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user