From 7b18c3ba06625012d42d8f2929cf1ce0dbb1f3c0 Mon Sep 17 00:00:00 2001 From: Shivanshu Raj Shrivastava Date: Fri, 1 Nov 2024 21:19:58 +0530 Subject: [PATCH] enable scenario 4 on staging (#6269) * fix: enable env at docker compose --- .github/workflows/staging-deployment.yaml | 2 +- deploy/docker/clickhouse-setup/docker-compose.testing.yaml | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/staging-deployment.yaml b/.github/workflows/staging-deployment.yaml index 4918cf54d2..bbdbe32531 100644 --- a/.github/workflows/staging-deployment.yaml +++ b/.github/workflows/staging-deployment.yaml @@ -31,7 +31,6 @@ jobs: GCP_ZONE: ${{ secrets.GCP_ZONE }} GCP_INSTANCE: ${{ secrets.GCP_INSTANCE }} CLOUDSDK_CORE_DISABLE_PROMPTS: 1 - KAFKA_SPAN_EVAL: true run: | read -r -d '' COMMAND <