Skip to content

Commit 638157f

Browse files
AnshulPatniAnshul Patni
andauthored
ci: set ARTIFACTS_DIR to KOKORO_ARTIFACTS_DIR in build script for Kokoro attestation (#407)
Change-Id: If5be41f46e95e030818956d786d14992b18a27d2 Co-authored-by: Anshul Patni <anshulpatni@google.com>
1 parent e62ae74 commit 638157f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.kokoro/build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ mvn clean deploy -B \
115115
# ==============================================================================
116116
# 4. Copy artifacts to 'artifacts/' folder for Kokoro Attestation Generation
117117
# ==============================================================================
118-
ARTIFACTS_DIR="${REPO_DIR}/artifacts"
118+
ARTIFACTS_DIR="${KOKORO_ARTIFACTS_DIR}/artifacts"
119119
mkdir -p "${ARTIFACTS_DIR}"
120120

121121
# Copy target jars and poms (excluding test jars) to be captured by build.cfg

0 commit comments

Comments
 (0)