From 3fbd59b95a1fe5ddd1e03f201b17f4bd520d9c7d Mon Sep 17 00:00:00 2001 From: William Cheng Date: Wed, 16 Oct 2019 11:41:20 +0800 Subject: [PATCH] switch to machine enable is true --- circle.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/circle.yml b/circle.yml index d30998c3a70..8faa965698b 100644 --- a/circle.yml +++ b/circle.yml @@ -7,8 +7,8 @@ jobs: # environment: # SWAGGER_HOST=http://petstore.swagger.io # SWAGGER_BASE_PATH=/v2 - #machine: - # docker_layer_caching: true + machine: + enable: true working_directory: ~/OpenAPITools/openapi-generator parallelism: 3 shell: /bin/bash --login