Merge pull request #1758 from blockstack/fix/circle-timeout

fix: circle timeout aborts docker build
This commit is contained in:
Aaron Blankstein
2020-07-21 20:53:46 -05:00
committed by GitHub

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