fix: circle timeout aborts docker build

This commit is contained in:
Aaron Blankstein
2020-07-21 15:04:40 -05:00
parent c93c2f76bd
commit 6e4d7d1c68

View File

@@ -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