This commit is contained in:
		@@ -1,6 +1,7 @@
 | 
				
			|||||||
pipeline:
 | 
					pipeline:
 | 
				
			||||||
  build:
 | 
					  build:
 | 
				
			||||||
    image: debian
 | 
					    image: debian
 | 
				
			||||||
 | 
					    pull: true
 | 
				
			||||||
    commands:
 | 
					    commands:
 | 
				
			||||||
      - echo "HALLO WELT, KANNST DU MICH HOEREN"
 | 
					      - echo "HALLO WELT, KANNST DU MICH HOEREN"
 | 
				
			||||||
    when:
 | 
					    when:
 | 
				
			||||||
@@ -8,6 +9,7 @@ pipeline:
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
  package:
 | 
					  package:
 | 
				
			||||||
    image: debian
 | 
					    image: debian
 | 
				
			||||||
 | 
					    pull: true
 | 
				
			||||||
    commands:
 | 
					    commands:
 | 
				
			||||||
      - echo "zap"
 | 
					      - echo "zap"
 | 
				
			||||||
    when:
 | 
					    when:
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user