Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update java driver version #42

Draft
wants to merge 4 commits into
base: main
Choose a base branch
from
Draft
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
CI: docker cache
rashtao committed Dec 18, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
commit 6f33b9f061418567b19ca1af4f2689c6c2a45a33
12 changes: 8 additions & 4 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
@@ -6,6 +6,10 @@ parameters:
default: ""

commands:
setup_docker:
steps:
- setup_remote_docker:
docker_layer_caching: true
timeout:
parameters:
duration:
@@ -81,7 +85,7 @@ jobs:
steps:
- timeout
- checkout
- setup_remote_docker
- setup_docker
- load_cache
- run:
name: Create Kafka Environment
@@ -121,7 +125,7 @@ jobs:
steps:
- timeout
- checkout
- setup_remote_docker
- setup_docker
- load_cache
- run:
name: Package
@@ -154,7 +158,7 @@ jobs:
steps:
- timeout
- checkout
- setup_remote_docker
- setup_docker
- load_cache
- run:
name: Package
@@ -187,7 +191,7 @@ jobs:
steps:
- timeout
- checkout
- setup_remote_docker
- setup_docker
- load_cache
- run:
name: Create Kafka Environment