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.
pull/209/head
Andreas Karlsson 7 months ago
parent d60abd33ea
commit 2c54d8213c
  1. 1
      ci_scripts/setup-keyring-servers.sh

@ -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

Loading…
Cancel
Save