From c677314212457ada2537a49133377c8aaba77caa Mon Sep 17 00:00:00 2001 From: Anshul Patni Date: Tue, 14 Jul 2026 00:12:13 +0000 Subject: [PATCH] ci: set ARTIFACTS_DIR to KOKORO_ARTIFACTS_DIR in build script for Kokoro attestation Change-Id: If5be41f46e95e030818956d786d14992b18a27d2 --- .kokoro/build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.kokoro/build.sh b/.kokoro/build.sh index 13b85aa3..7f4da2b7 100755 --- a/.kokoro/build.sh +++ b/.kokoro/build.sh @@ -115,7 +115,7 @@ mvn clean deploy -B \ # ============================================================================== # 4. Copy artifacts to 'artifacts/' folder for Kokoro Attestation Generation # ============================================================================== -ARTIFACTS_DIR="${REPO_DIR}/artifacts" +ARTIFACTS_DIR="${KOKORO_ARTIFACTS_DIR}/artifacts" mkdir -p "${ARTIFACTS_DIR}" # Copy target jars and poms (excluding test jars) to be captured by build.cfg