Skip to content

Commit 372081b

Browse files
committed
Remove downloads cache and download mssql jdbc driver
1 parent 825d8ff commit 372081b

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

.github/workflows/maven.yml

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)