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
This commit is contained in:
Vinrobot 2019-07-05 23:56:32 +02:00
parent 87e4b278b3
commit 1f71f2e54c
No known key found for this signature in database
GPG Key ID: 20207D962D63DD48

View File

@ -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