Skip to content

Commit c9f7b7b

Browse files
committed
updates to circleci timeout
1 parent 231208c commit c9f7b7b

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.circleci/config.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ jobs:
3131
apk add --update make wget
3232
- run:
3333
name: Load docker image
34+
no_output_timeout: 1h
3435
command: |
3536
docker load -i /tmp/workspace/docker_image.tar
3637
- run:
@@ -49,10 +50,12 @@ jobs:
4950
at: /tmp/workspace
5051
- run:
5152
name: Load docker image
53+
no_output_timeout: 1h
5254
command: |
5355
docker load -i /tmp/workspace/docker_image.tar
5456
- run:
5557
name: Pushing build to docker hub
58+
no_output_timeout: 1h
5659
command: |
5760
docker login -u $DOCKER_USER -p $DOCKER_PASS
5861
export DOCKER_NAME=$CIRCLE_PROJECT_USERNAME/$CIRCLE_PROJECT_REPONAME:latest
@@ -69,10 +72,12 @@ jobs:
6972
at: /tmp/workspace
7073
- run:
7174
name: Load docker image
75+
no_output_timeout: 1h
7276
command: |
7377
docker load -i /tmp/workspace/docker_image.tar
7478
- run:
7579
name: Pushing build to docker hub
80+
no_output_timeout: 1h
7681
command: |
7782
docker login -u $DOCKER_USER -p $DOCKER_PASS
7883
export DOCKER_NAME=$CIRCLE_PROJECT_USERNAME/$CIRCLE_PROJECT_REPONAME:latest

0 commit comments

Comments
 (0)