From 1f71f2e54c44d82107dc6c9f4891d32d767a47a6 Mon Sep 17 00:00:00 2001 From: Vinrobot Date: Fri, 5 Jul 2019 23:56:32 +0200 Subject: [PATCH] Update CircleCI config The Docker Executor can't mount volume. https://support.circleci.com/hc/en-us/articles/360007324514 https://circleci.com/docs/2.0/executor-types/#using-machine --- .circleci/config.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 6a19ae7..34a1058 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -1,15 +1,12 @@ version: 2 jobs: build: - docker: - - image: microsoft/dotnet:2-sdk + machine: true steps: - checkout - run: name: Print the Current Time command: date - - setup_remote_docker - - run: { name: 'Get docker', command: 'curl -fsSL get.docker.com -o get-docker.sh && sh get-docker.sh' } - run: name: Generate Keys command: ./.keys/generate-keys.sh