This commit is contained in:
		
							parent
							
								
									2c2177426a
								
							
						
					
					
						commit
						966c77e2a1
					
				
					 1 changed files with 3 additions and 3 deletions
				
			
		| 
						 | 
					@ -2,13 +2,13 @@ kind: pipeline
 | 
				
			||||||
type: docker
 | 
					type: docker
 | 
				
			||||||
name: default
 | 
					name: default
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					 | 
				
			||||||
steps:
 | 
					steps:
 | 
				
			||||||
- name: build_deploy
 | 
					- name: build_deploy
 | 
				
			||||||
  image: ianwalter/pnpm:v1.4.0
 | 
					 | 
				
			||||||
  privileged: true
 | 
					  privileged: true
 | 
				
			||||||
 | 
					  image: ianwalter/pnpm:v1.4.0
 | 
				
			||||||
  volumes:
 | 
					  volumes:
 | 
				
			||||||
    - /home/light/bonfire:/bonfire
 | 
					    - name: bonfire
 | 
				
			||||||
 | 
					      path: /home/light/bonfire:/bonfire/
 | 
				
			||||||
  commands:
 | 
					  commands:
 | 
				
			||||||
  - pnpm install 
 | 
					  - pnpm install 
 | 
				
			||||||
  - pnpm run build
 | 
					  - pnpm run build
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		
		Reference in a new issue