Skip to content

Commit

Permalink
build_amoro BUILD_CMD error (#2844)
Browse files Browse the repository at this point in the history
BUILD_CMD for build_armoro is wrong, cannot find dist
  • Loading branch information
wandongchen authored May 18, 2024
1 parent bb56cfe commit 7a1d6e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ function build_amoro() {
local DIST_FILE=${PROJECT_HOME}/amoro-ams/dist/target/amoro-${AMORO_VERSION}-bin.zip

if [ ! -f "${DIST_FILE}" ]; then
local BUILD_CMD="mvn clean package -am -e -pl ams/dist -DskipTests "
local BUILD_CMD="mvn clean package -am -e -pl amoro-ams/dist -DskipTests "
echo "Amoro dist package is not exists in ${DIST_FILE}"
echo "please check file or run '$BUILD_CMD' first"
fi
Expand Down

0 comments on commit 7a1d6e4

Please sign in to comment.