Skip to content

Commit 5fa3620

Browse files
committed
fix: druid src path
1 parent 21fbd88 commit 5fa3620

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

druid/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ RUN --mount=type=cache,id=maven-${PRODUCT},uid=${STACKABLE_USER_UID},target=/sta
4747
--mount=type=cache,id=npm-${PRODUCT},uid=${STACKABLE_USER_UID},target=/stackable/.npm \
4848
--mount=type=cache,id=cache-${PRODUCT},uid=${STACKABLE_USER_UID},target=/stackable/.cache \
4949
<<EOF
50-
cd apache-druid-${PRODUCT}-src
50+
cd src && \
5151
cd "$(/stackable/patchable --images-repo-root=. checkout druid ${PRODUCT})" && \
5252
mvn --batch-mode --no-transfer-progress clean install -Pdist,stackable-bundle-contrib-exts -DskipTests -Dmaven.javadoc.skip=true
5353
mv distribution/target/apache-druid-${PRODUCT}-bin/apache-druid-${PRODUCT} /stackable/

0 commit comments

Comments
 (0)