Skip to content

Commit

Permalink
disables docker layer caching on circle ci
Browse files Browse the repository at this point in the history
  • Loading branch information
Vlad Bulimac committed Jan 23, 2020
1 parent 6dda953 commit f937456
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
command: ./gradlew test --stacktrace

- setup_remote_docker:
docker_layer_caching: true
docker_layer_caching: false

- run:
name: Build and publish Docker image
Expand Down

0 comments on commit f937456

Please sign in to comment.