Skip to content

Commit

Permalink
[force][release][skip tests] Update upstream versions
Browse files Browse the repository at this point in the history
  • Loading branch information
pzhyland committed Nov 25, 2024
1 parent 502708f commit 468b620
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/ci/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ fi
if [[ -n "$IMAGE_TAG" ]]; then
ACS_IMAGE="-Dimage.tag=$IMAGE_TAG"
fi
mvn -B -ntp -V -q package -DskipTests -Dmaven.javadoc.skip=true -P${BUILD_PROFILE} -Pags ${REPO_IMAGE} ${SHARE_IMAGE} ${ACS_IMAGE}
mvn -B -ntp -V -q install -DskipTests -Dmaven.javadoc.skip=true -P${BUILD_PROFILE} -Pags ${REPO_IMAGE} ${SHARE_IMAGE} ${ACS_IMAGE}

#Build alfresco image with jdbc drivers
MYSQL_JDBC_TAG=$(mvn help:evaluate -Dexpression=dependency.mysql.version -q -DforceStdout)
Expand Down

0 comments on commit 468b620

Please sign in to comment.