Skip to content

Commit 7f50ab9

Browse files
committed
comment out docker build and push as causing timeout
1 parent 53fe73c commit 7f50ab9

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

circle.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ test:
5050
# skip the rest if previous mvn task fails
5151
- if [ $? -ne 0 ]; then exit 1; fi
5252
## docker: build generator image and push to Docker Hub
53-
- ./bin/docker/build_and_push_docker:
54-
timeout: 60m
53+
## 16/07/2018, commented out as it's causing timeout on circleCI, for the time being build and push manually
54+
#- ./bin/docker/build_and_push_docker:
55+
# timeout: 60m
5556

0 commit comments

Comments
 (0)