From a87eeb66415ed62a698c6f9d5b5c70e17f0f896d Mon Sep 17 00:00:00 2001 From: Rohan Desai Date: Thu, 6 Jun 2024 14:32:35 -0700 Subject: [PATCH] checkout right branch --- .github/workflows/github-e2e.yaml | 2 +- kafka-client/build.gradle.kts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/github-e2e.yaml b/.github/workflows/github-e2e.yaml index 7339525f3..82b12d676 100644 --- a/.github/workflows/github-e2e.yaml +++ b/.github/workflows/github-e2e.yaml @@ -28,7 +28,7 @@ jobs: - name: "Checkout" uses: actions/checkout@v3 with: - ref: refs/heads/e2e-test + ref: refs/heads/e2e-test-replicated-scylla submodules: recursive fetch-depth: 0 diff --git a/kafka-client/build.gradle.kts b/kafka-client/build.gradle.kts index 2aaf508de..8b38f9b75 100644 --- a/kafka-client/build.gradle.kts +++ b/kafka-client/build.gradle.kts @@ -16,7 +16,7 @@ import java.io.ByteArrayOutputStream * limitations under the License. */ -// counter to change sha: 26 +// counter to change sha: 27 plugins { id("responsive.java-library-conventions")