From cee6ef2714e23ea1f9f8f3a2bef3c067283cfa0e Mon Sep 17 00:00:00 2001 From: William Cheng Date: Wed, 29 Apr 2020 15:21:17 +0800 Subject: [PATCH] add circle.yml to avoid build failure --- circle.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 circle.yml diff --git a/circle.yml b/circle.yml new file mode 100644 index 00000000000..ed59428dbc0 --- /dev/null +++ b/circle.yml @@ -0,0 +1,10 @@ +version: 2 +jobs: + build: + machine: + image: circleci/classic:latest + working_directory: ~/OpenAPITools/openapi-generator + parallelism: 1 + shell: /bin/bash --login + steps: + - run: "To avoid build failure due to missing circle.yml"