File tree Expand file tree Collapse file tree 1 file changed +1
-9
lines changed
Expand file tree Collapse file tree 1 file changed +1
-9
lines changed Original file line number Diff line number Diff line change @@ -105,19 +105,11 @@ jobs:
105105 run : |
106106 cp ranger-*.tar.gz dev-support/ranger-docker/dist
107107 cp version dev-support/ranger-docker/dist
108-
109- - name : Cache downloaded archives
110- uses : actions/cache@v4
111- with :
112- path : dev-support/ranger-docker/downloads
113- key : ${{ runner.os }}-ranger-downloads-${{ hashFiles('dev-support/ranger-docker/.env') }}
114- restore-keys : |
115- ${{ runner.os }}-ranger-downloads-
116108
117109 - name : Run download-archives.sh
118110 run : |
119111 cd dev-support/ranger-docker
120- ./download-archives.sh hadoop hive hbase kafka knox ozone
112+ ./download-archives.sh kafka
121113
122114 - name : Clean up Docker space
123115 run : docker system prune --all --force --volumes
You can’t perform that action at this time.
0 commit comments