This commit is contained in:
		@@ -1,9 +1,11 @@
 | 
				
			|||||||
pipeline:
 | 
					pipeline:
 | 
				
			||||||
  build:
 | 
					  setup:
 | 
				
			||||||
    image: node
 | 
					    image: node
 | 
				
			||||||
    settings:
 | 
					    settings:
 | 
				
			||||||
      token:
 | 
					      token:
 | 
				
			||||||
        from_secret: BOT_TOKEN
 | 
					        from_secret: BOT_TOKEN
 | 
				
			||||||
 | 
					  build:
 | 
				
			||||||
 | 
					    image: node
 | 
				
			||||||
    commands: 
 | 
					    commands: 
 | 
				
			||||||
      - yarn install
 | 
					      - yarn install
 | 
				
			||||||
      - yarn run clean
 | 
					      - yarn run clean
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user