Skip to content

Fix security autodeploy tag

Alessio Caiazza requested to merge fix-security-autodeploy-tag into master

autodeploy:tag fails in the context of a security release.

  1. It attempts to commit on dev.gitlab.com using security project path instead of dev project path
  2. For the final tagging it will check for tags on security instead of dev

What's included in this MR

  1. logging! All the clients now logs outgoing requests, this will make a lot easier to debug this kind of problems
  2. fix project path for Client#create_commit
  3. Fix the client to check for changes in PassingBuild#project_changes?

Merge request reports

Loading