mneethiraj commented on code in PR #829:
URL: https://github.com/apache/ranger/pull/829#discussion_r2740026642
##########
.github/workflows/ci.yml:
##########
@@ -224,6 +227,13 @@ jobs:
-f docker-compose.ranger-knox.yml \
-f docker-compose.ranger-ozone.yml build
+ - name: Remove downloaded tarballs
+ run: |
+ cd dev-support/ranger-docker
+ rm -f downloads/hadoop-*
Review Comment:
wouldn't this result in download of these tar balls in every CI run?
--
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]