Stop downloading duplicate KMIP policy files in CI

There is no reason to download two versions of the same KMIP policy
file for the CI tests. Either file should be good.
This commit is contained in:
Andreas Karlsson 2025-02-04 15:12:43 +01:00
parent d60abd33ea
commit 2c54d8213c

View File

@ -11,7 +11,6 @@ cat client_certificate_jane_doe.pem >> client_key_jane_doe.pem
mkdir policies
cd policies
wget https://raw.githubusercontent.com/OpenKMIP/PyKMIP/refs/heads/master/examples/policy.json
wget https://raw.githubusercontent.com/OpenKMIP/PyKMIP/refs/heads/master/examples/legacy_policy.json
cd ..
echo $SCRIPT_DIR