Skip to content

Commit e76952e

Browse files
committed
Replace relative path with variable prefix
1 parent 13e3e65 commit e76952e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

buildscripts/kokoro/linux_artifacts.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,4 +36,4 @@ cp -r "$LOCAL_MVN_TEMP"/* "$MVN_ARTIFACT_DIR"/
3636

3737
# for aarch64 platform
3838
sudo apt-get install -y g++-aarch64-linux-gnu
39-
SKIP_TESTS=true ARCH=aarch_64 ./buildscripts/kokoro/unix.sh
39+
SKIP_TESTS=true ARCH=aarch_64 "$GRPC_JAVA_DIR"/buildscripts/kokoro/unix.sh

0 commit comments

Comments
 (0)