We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent befa973 commit 611ea7aCopy full SHA for 611ea7a
ci/test_rockylinux9.sh
@@ -30,6 +30,10 @@ if [[ "$GITHUB_ACTIONS" != "true" ]]; then
30
mv ${CONNECTOR_DIR}/test/parameters_jenkins.py ${CONNECTOR_DIR}/test/parameters.py
31
else
32
echo "[Info] Running in GitHub Actions, skipping password change step"
33
+ echo "[Info] Checking if test/parameters.py exists:"
34
+ ls -la ${CONNECTOR_DIR}/test/parameters.py || echo "[ERROR] parameters.py NOT FOUND!"
35
+ echo "[Info] Checking if RSA key file exists:"
36
+ ls -la ${CONNECTOR_DIR}/test/rsa_key_python_*.p8 || echo "[ERROR] RSA key NOT FOUND!"
37
fi
38
39
# Fetch wiremock
0 commit comments