From c7c60d562d3b5e01bd32a7be6bc184c94d133374 Mon Sep 17 00:00:00 2001 From: Pinal Shah Date: Sat, 15 Feb 2025 22:16:40 +0700 Subject: [PATCH] ATLAS-4991: Support running IT tests while building Atlas through docker --- dev-support/atlas-docker/scripts/atlas-build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-support/atlas-docker/scripts/atlas-build.sh b/dev-support/atlas-docker/scripts/atlas-build.sh index 3679bb1ea1..e44f5c4b3d 100755 --- a/dev-support/atlas-docker/scripts/atlas-build.sh +++ b/dev-support/atlas-docker/scripts/atlas-build.sh @@ -86,7 +86,7 @@ else done fi -mvn ${ARG_PROFILES} ${ARG_SKIPTESTS} -DskipDocs clean package +mvn ${ARG_PROFILES} ${ARG_SKIPTESTS} -DskipDocs clean install mv -f distro/target/apache-atlas-${ATLAS_VERSION}-server.tar.gz /home/atlas/dist/ mv -f distro/target/apache-atlas-${ATLAS_VERSION}-hive-hook.tar.gz /home/atlas/dist/