diff --git a/circle.yml b/circle.yml index 22a14c321..90b209abb 100644 --- a/circle.yml +++ b/circle.yml @@ -68,6 +68,7 @@ jobs: - setup_remote_docker - run: name: build docker image + no_output_timeout: 30m command: docker build . -t $IMAGE_NAME:latest - run: name: save image to workspace