ansible / eda-server

Event Driven Ansible for AAP
Apache License 2.0
66 stars 42 forks source link

fix: Set GNUPGHOME to a temp dir for project sync #921

Closed bzwei closed 4 months ago

bzwei commented 4 months ago

AAP-24871: Project sync SCM clone failed Failed to import the gpg public key

mkanoor commented 4 months ago

Have we tested this given the first commit wasn't setting the correct parameter

bzwei commented 4 months ago

Have we tested this given the first commit wasn't setting the correct parameter

Yes it was tested locally. The first commit had the wrong env, the key was neither imported to the temp dir, which produced a false positive test. Now both had been fixed and tested.