From 2c54d8213c1cbce3f8ed3bd2f80f6b542f1872cf Mon Sep 17 00:00:00 2001 From: Andreas Karlsson Date: Tue, 4 Feb 2025 15:12:43 +0100 Subject: [PATCH] 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. --- ci_scripts/setup-keyring-servers.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/ci_scripts/setup-keyring-servers.sh b/ci_scripts/setup-keyring-servers.sh index 05b4daff7ee..c59ee21970c 100755 --- a/ci_scripts/setup-keyring-servers.sh +++ b/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