From 7756bb5b74f68bbed96cf4b17dbfec0d34609b20 Mon Sep 17 00:00:00 2001 From: Jeremie Bresson Date: Wed, 16 Oct 2019 10:05:17 +0200 Subject: [PATCH] CircleCI change 'machine' configuration --- circle.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/circle.yml b/circle.yml index 8faa965698b..7534998122d 100644 --- a/circle.yml +++ b/circle.yml @@ -8,7 +8,7 @@ jobs: # SWAGGER_HOST=http://petstore.swagger.io # SWAGGER_BASE_PATH=/v2 machine: - enable: true + image: circleci/classic:latest working_directory: ~/OpenAPITools/openapi-generator parallelism: 3 shell: /bin/bash --login