This commit is contained in:
		@@ -3,7 +3,7 @@ pipeline:
 | 
				
			|||||||
    image: debian
 | 
					    image: debian
 | 
				
			||||||
    pull: true
 | 
					    pull: true
 | 
				
			||||||
    commands:
 | 
					    commands:
 | 
				
			||||||
      - apt install make wget
 | 
					      - apt update && apt install -y make wget
 | 
				
			||||||
      - make
 | 
					      - make
 | 
				
			||||||
      - make install
 | 
					      - make install
 | 
				
			||||||
    when:
 | 
					    when:
 | 
				
			||||||
@@ -13,7 +13,7 @@ pipeline:
 | 
				
			|||||||
    image: debian
 | 
					    image: debian
 | 
				
			||||||
    pull: true
 | 
					    pull: true
 | 
				
			||||||
    commands:
 | 
					    commands:
 | 
				
			||||||
      - apt install build-essential
 | 
					      - apt update && apt install -y build-essential
 | 
				
			||||||
      - debuild -us -uc
 | 
					      - debuild -us -uc
 | 
				
			||||||
      - ls -la
 | 
					      - ls -la
 | 
				
			||||||
    when:
 | 
					    when:
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user