Skip to content

Commit

Permalink
[make] print logs in the build
Browse files Browse the repository at this point in the history
  • Loading branch information
mikz committed Feb 17, 2017
1 parent 7e91b21 commit 7d28506
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ test-builder-image: builder-image clean-containers ## Smoke test the builder ima
$(DOCKER_COMPOSE) run --rm --user 100001 gateway openresty -p .
@echo -e $(SEPARATOR)
$(DOCKER_COMPOSE) run --rm test bash -c 'for i in {1..5}; do curl --fail http://gateway:8090/status/live && break || sleep 1; done'
$(DOCKER_COMPOSE) logs gateway
@echo -e $(SEPARATOR)
$(DOCKER_COMPOSE) run --rm test curl --fail -X PUT http://gateway:8090/config --data '{"services":[{"id":42}]}'
@echo -e $(SEPARATOR)
Expand Down

0 comments on commit 7d28506

Please sign in to comment.