Skip to content

Commit

Permalink
CI: reverted docker cache
Browse files Browse the repository at this point in the history
  • Loading branch information
rashtao committed Dec 19, 2024
1 parent 2675389 commit 71310c8
Showing 1 changed file with 8 additions and 12 deletions.
20 changes: 8 additions & 12 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,6 @@ parameters:
default: ''

commands:
setup_docker:
steps:
- setup_remote_docker:
docker_layer_caching: true
timeout:
parameters:
duration:
Expand Down Expand Up @@ -162,7 +158,7 @@ jobs:
steps:
- timeout
- checkout
- setup_docker
- setup_remote_docker
- when:
condition:
equal: [ 'true', <<parameters.native>> ]
Expand Down Expand Up @@ -230,7 +226,7 @@ jobs:
steps:
- timeout
- checkout
- setup_docker
- setup_remote_docker
- when:
condition:
equal: [ 'true', <<parameters.native>> ]
Expand Down Expand Up @@ -274,7 +270,7 @@ jobs:
steps:
- timeout
- checkout
- setup_docker
- setup_remote_docker
- install-sdk:
sdk: 'java'
version: '21.0.2-graalce'
Expand All @@ -298,7 +294,7 @@ jobs:
steps:
- timeout
- checkout
- setup_docker
- setup_remote_docker
- install-sdk:
sdk: 'java'
version: '21.0.2-graalce'
Expand All @@ -323,7 +319,7 @@ jobs:
steps:
- timeout
- checkout
- setup_docker
- setup_remote_docker
- start-db
- load_cache
- restore_cache:
Expand All @@ -347,7 +343,7 @@ jobs:
steps:
- timeout
- checkout
- setup_docker
- setup_remote_docker
- start-db
- load_cache
- run:
Expand All @@ -369,7 +365,7 @@ jobs:
steps:
- timeout
- checkout
- setup_docker
- setup_remote_docker
- start-db:
topology: 'cluster'
compression: 'true'
Expand Down Expand Up @@ -400,7 +396,7 @@ jobs:
steps:
- timeout
- checkout
- setup_docker
- setup_remote_docker
- start-db:
topology: 'cluster'
compression: 'true'
Expand Down

0 comments on commit 71310c8

Please sign in to comment.