Update config.yml

This commit is contained in:
Adrien Ferrand 2018-09-16 12:15:32 +02:00 committed by GitHub
parent c7e525011d
commit b4bbea4a9a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,7 +3,7 @@ version: 2
jobs: jobs:
build: build:
docker: docker:
- image: 17.07.0-ce-git - image: 17.05.0-ce-git
steps: steps:
- checkout - checkout
- setup_remote_docker: - setup_remote_docker:
@ -21,7 +21,7 @@ jobs:
- docker-backuppc.tar - docker-backuppc.tar
deploy: deploy:
docker: docker:
- image: 17.07.0-ce-git - image: 17.05.0-ce-git
steps: steps:
- attach_workspace: - attach_workspace:
at: /tmp/workspace at: /tmp/workspace