Skip to content

Commit

Permalink
Maybe fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
ViliamKopecky committed Nov 19, 2021
1 parent 99b2753 commit acb39d1
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,13 @@ jobs:
build:
working_directory: /src
docker:
- image: docker:stable
- image: docker:stable-git
steps:
- setup_remote_docker:
docker_layer_caching: true
- checkout
- restore_cache:
keys:
- docker-build-v1
paths:
- /caches/app.tar
- run:
name: Load Docker image layer cache
command: |
Expand Down

0 comments on commit acb39d1

Please sign in to comment.