Update config.yml

This commit is contained in:
Adrien Ferrand 2018-09-16 12:31:01 +02:00 committed by GitHub
parent 2b75836167
commit fb39b74c5c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5,8 +5,6 @@ jobs:
machine: true machine: true
steps: steps:
- checkout - checkout
- setup_remote_docker:
docker_layer_caching: true
- run: - run:
command: command:
docker build -t adferrand/backuppc:${CIRCLE_TAG} . docker build -t adferrand/backuppc:${CIRCLE_TAG} .
@ -23,8 +21,6 @@ jobs:
steps: steps:
- attach_workspace: - attach_workspace:
at: /tmp/workspace at: /tmp/workspace
- setup_remote_docker:
docker_layer_caching: true
- run: - run:
command: command:
docker load < /tmp/workspace/docker-backuppc.tar docker load < /tmp/workspace/docker-backuppc.tar