This commit is contained in:
		@@ -16,8 +16,9 @@
 | 
				
			|||||||
    when:
 | 
					    when:
 | 
				
			||||||
      branch: "master"
 | 
					      branch: "master"
 | 
				
			||||||
  routing:
 | 
					  routing:
 | 
				
			||||||
    image: docker
 | 
					    image: alpine
 | 
				
			||||||
    commands:
 | 
					    commands:
 | 
				
			||||||
 | 
					      - apk add curl
 | 
				
			||||||
      - "curl http://yetagain:4000/api/ps -H 'Authorization: Bearer ${COMPOSE_TOKEN}' || true"
 | 
					      - "curl http://yetagain:4000/api/ps -H 'Authorization: Bearer ${COMPOSE_TOKEN}' || true"
 | 
				
			||||||
      - "curl http://localhost:4000/api/ps -H 'Authorization: Bearer ${COMPOSE_TOKEN}' || true"
 | 
					      - "curl http://localhost:4000/api/ps -H 'Authorization: Bearer ${COMPOSE_TOKEN}' || true"
 | 
				
			||||||
    secrets: [COMPOSE_TOKEN]
 | 
					    secrets: [COMPOSE_TOKEN]
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user