We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 53fe73c commit 7f50ab9Copy full SHA for 7f50ab9
circle.yml
@@ -50,6 +50,7 @@ test:
50
# skip the rest if previous mvn task fails
51
- if [ $? -ne 0 ]; then exit 1; fi
52
## docker: build generator image and push to Docker Hub
53
- - ./bin/docker/build_and_push_docker:
54
- timeout: 60m
+ ## 16/07/2018, commented out as it's causing timeout on circleCI, for the time being build and push manually
+ #- ./bin/docker/build_and_push_docker:
55
+ # timeout: 60m
56
0 commit comments