Skip to content

Commit be5c081

Browse files
committed
GH-492: [CI] Remove java_ prefix from ci/scripts/*.sh
Fixes GH-492.
1 parent be627bf commit be5c081

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed
File renamed without changes.
File renamed without changes.

docker-compose.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,8 @@ services:
4545
- ${DOCKER_VOLUME_PREFIX}maven-cache:/root/.m2:delegated
4646
command:
4747
/bin/bash -c "
48-
/arrow-java/ci/scripts/java_build.sh /arrow-java /build &&
49-
/arrow-java/ci/scripts/java_test.sh /arrow-java /build"
48+
/arrow-java/ci/scripts/build.sh /arrow-java /build &&
49+
/arrow-java/ci/scripts/test.sh /arrow-java /build"
5050

5151
conda-jni-cdata:
5252
# Builds and tests just the C Data Interface JNI library and JARs.
@@ -79,8 +79,8 @@ services:
7979
command:
8080
/bin/bash -c "
8181
/arrow-java/ci/scripts/jni_build.sh /arrow-java /build/jni /build /jni &&
82-
/arrow-java/ci/scripts/java_build.sh /arrow-java /build /jni &&
83-
/arrow-java/ci/scripts/java_test.sh /arrow-java /build /jni"
82+
/arrow-java/ci/scripts/build.sh /arrow-java /build /jni &&
83+
/arrow-java/ci/scripts/test.sh /arrow-java /build /jni"
8484

8585
vcpkg-jni:
8686
# Builds all the JNI libraries, but not the JARs.

0 commit comments

Comments
 (0)