flyrain commented on code in PR #3340:
URL: https://github.com/apache/polaris/pull/3340#discussion_r2666495245
##########
.github/workflows/release-3-build-and-publish-artifacts.yml:
##########
@@ -295,7 +295,8 @@ jobs:
run: |
source "${LIBS_DIR}/_exec.sh"
- exec_process ./gradlew :polaris-admin:assemble
:polaris-admin:quarkusAppPartsBuild --rerun \
+ # polaris-admin merged into polaris-server - admin build handled by
server build
+ exec_process ./gradlew :polaris-server:assemble
:polaris-server:quarkusAppPartsBuild --rerun \
Review Comment:
Removed release related changes
--
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]