This commit is contained in:
		@@ -3,6 +3,7 @@ kind: pipeline
 | 
				
			|||||||
name: default
 | 
					name: default
 | 
				
			||||||
 | 
					
 | 
				
			||||||
steps:
 | 
					steps:
 | 
				
			||||||
  - name: build
 | 
					- name: build
 | 
				
			||||||
    image: gcc
 | 
					  image: gcc
 | 
				
			||||||
    command: ["make clean"]
 | 
					  commands:
 | 
				
			||||||
 | 
					  - make clean
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user