Skip to content

Commit 462e5fb

Browse files
RANGER-5081: Connecting it to plugin status script file
1 parent 24f0f4f commit 462e5fb

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

.github/workflows/maven.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -180,14 +180,9 @@ jobs:
180180
fi
181181
182182
- name: Check Ranger plugin status
183-
env:
184-
PLUGIN_RETRY_COUNT: 10
185-
PLUGIN_RETRY_INTERVAL: 30
186183
run: |
187184
cd dev-support/ranger-docker
188-
pip install --upgrade pip
189-
pip install apache-ranger python-dotenv
190-
./scripts/ranger-plugin-status.py
185+
./scripts/ranger-plugin-status.sh
191186
192187
- name: Clean up containers
193188
if: always()

0 commit comments

Comments
 (0)