smengcl commented on code in PR #4678:
URL: https://github.com/apache/ozone/pull/4678#discussion_r1190449853
##########
.github/workflows/ci.yml:
##########
@@ -337,8 +333,10 @@ jobs:
- flaky
fail-fast: false
steps:
- - name: Checkout project
+ - name: Checkout project with history
uses: actions/checkout@v3
+ with:
+ fetch-depth: 0
Review Comment:
Required because a shell script still need the git history to replace the
rocks-native version tag in pom.xml in order to get the SNAPSHOT jar in Apache
maven repo.
--
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]