Skip to content

Commit 4fd026b

Browse files
committed
[#444] Fix make internal
1 parent 810e7fa commit 4fd026b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

support/scripts/internal_docker_build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,5 @@ mkdir $BASE_DIR/build/internal > /dev/null 2>&1
1717

1818
echo "Internal build and test..."
1919
$DFLAGS -v $BASE_DIR:$BASE_DIR -w $BASE_DIR/build/internal $DBOX bash -c \
20-
"../../support/scripts/build_support.sh"
20+
"../../support/scripts/build_internal.sh"
2121
echo ""

0 commit comments

Comments
 (0)