Skip to content

Ensure we always validate pipelines for the current package

Alessio Caiazza requested to merge fix-validate-pipeline into master

What does this MR do and why?

This merge request fixes the current implementation of the pipeline validation job.

The current job is time dependant, if re-run after a new package has been generated it will not verify the correct commit.

With this merge request, we make sure the check is always performed on the content of DEPLOY_VERSION.

Related to gitlab-com/gl-infra/delivery#775 (closed)

Author Check-list

  • Has documentation been updated?
Edited by Alessio Caiazza

Merge request reports