mirror of
https://github.com/postgres/postgres.git
synced 2025-05-30 00:02:11 -04:00
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:
parent
d60abd33ea
commit
2c54d8213c
@ -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…
x
Reference in New Issue
Block a user