Skip to content

Commit

Permalink
Disable docker layer caching (#534)
Browse files Browse the repository at this point in the history
  • Loading branch information
adeebshihadeh committed May 13, 2020
1 parent 6b19fa4 commit 66250c4
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: 2
jobs:
safety:
machine:
docker_layer_caching: true
image: ubuntu-1604:202004-01
steps:
- checkout
- run:
Expand All @@ -15,7 +15,7 @@ jobs:
misra-c2012:
machine:
docker_layer_caching: true
image: ubuntu-1604:202004-01
steps:
- checkout
- run:
Expand All @@ -35,7 +35,7 @@ jobs:

build:
machine:
docker_layer_caching: true
image: ubuntu-1604:202004-01
steps:
- checkout
- run:
Expand Down Expand Up @@ -68,7 +68,7 @@ jobs:
safety_replay:
machine:
docker_layer_caching: true
image: ubuntu-1604:202004-01
steps:
- checkout
- run:
Expand All @@ -81,7 +81,7 @@ jobs:
language_check:
machine:
docker_layer_caching: true
image: ubuntu-1604:202004-01
steps:
- checkout
- run:
Expand All @@ -94,7 +94,7 @@ jobs:
linter_python:
machine:
docker_layer_caching: true
image: ubuntu-1604:202004-01
steps:
- checkout
- run:
Expand Down

0 comments on commit 66250c4

Please sign in to comment.