Skip to content

Fix for clone using deploy key spec

Tiffany Rea requested to merge 196047-fix-clone-using-deploy-key-spec into master

What does this MR do?

Fixing quarantined test clone_using_deploy_key_spec.rb per issue #196047 (closed) The error shown in issue shows that when trying to add the ssh key, something is wrong with the key results in Error loading key "(stdin)": invalid format There seems to be latency between UI action of adding the CiVariable and the data actually gets to the API. Solution is to add this variable using the API to avoid this latency.

Conformity

Security

If this MR contains changes to processing or storing of credentials or tokens, authorization and authentication methods and other items described in the security review guidelines:

  • [-] Label as security and @ mention @gitlab-com/gl-security/appsec
  • The MR includes necessary changes to maintain consistency between UI, API, email, or other methods
  • [-] Security reports checked/validated by a reviewer from the AppSec team
Edited by Tiffany Rea

Merge request reports