This commit is contained in:
		@@ -4,7 +4,7 @@ when:
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
steps:
 | 
					steps:
 | 
				
			||||||
  - name: build
 | 
					  - name: build
 | 
				
			||||||
    image: debian
 | 
					    image: ubuntu-latest 
 | 
				
			||||||
    commands:
 | 
					    commands:
 | 
				
			||||||
      - echo "This is the build step"
 | 
					      - echo "This is the build step"
 | 
				
			||||||
      - echo "binary-data-123" > executable
 | 
					      - echo "binary-data-123" > executable
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user