First article #1
@ -3,12 +3,15 @@ type: docker
 | 
				
			|||||||
name: default
 | 
					name: default
 | 
				
			||||||
 | 
					
 | 
				
			||||||
steps:
 | 
					steps:
 | 
				
			||||||
 | 
					  - name: lfs
 | 
				
			||||||
 | 
					    image: alpine/git
 | 
				
			||||||
 | 
					    commands:
 | 
				
			||||||
 | 
					      - git lfs install
 | 
				
			||||||
 | 
					      - git lfs pull
 | 
				
			||||||
  - name: submodules
 | 
					  - name: submodules
 | 
				
			||||||
    image: alpine/git
 | 
					    image: alpine/git
 | 
				
			||||||
    commands:
 | 
					    commands:
 | 
				
			||||||
      - git submodule update --recursive --remote
 | 
					      - git submodule update --recursive --remote
 | 
				
			||||||
      - ls -lah
 | 
					 | 
				
			||||||
      - ls -lah themes
 | 
					 | 
				
			||||||
  - name: lint checks
 | 
					  - name: lint checks
 | 
				
			||||||
    image: node:14.16-alpine
 | 
					    image: node:14.16-alpine
 | 
				
			||||||
    commands:
 | 
					    commands:
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user