pinal-shah commented on code in PR #540:
URL: https://github.com/apache/atlas/pull/540#discussion_r2841664913
##########
dev-support/atlas-docker/scripts/atlas-build.sh:
##########
@@ -86,15 +86,25 @@ else
done
fi
-mvn ${ARG_PROFILES} ${ARG_SKIPTESTS} -DskipDocs clean package
-
-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/
-mv -f distro/target/apache-atlas-${ATLAS_VERSION}-hbase-hook.tar.gz
/home/atlas/dist/
-mv -f distro/target/apache-atlas-${ATLAS_VERSION}-kafka-hook.tar.gz
/home/atlas/dist/
+if [[ "${PROFILE}" == *"embedded-solr-it"* ]]; then
Review Comment:
- sure, i will replace `PROFILE` with `ARG_PROFILES`.
- I will remove -X, once ci build passes
- `embedded-solr-it` profile will be to run ITs, for that we need verify,
but for other profile package should be enough.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]