Skip to content
Snippets Groups Projects
Commit d944c1dc authored by Tim Jaacks's avatar Tim Jaacks
Browse files

merge_into_manifest: remove canceling of pipelines

The canceling was required when a reintegration was necessary before merging. The instant merge afterwards deleted the integration branch, so the pipeline on the branch would fail, because repo cannot checkout the code anymore. With minimal-manifest!126 we started checking out code using refs/pipelines/<id> instead of explicit branch/tag names. This ref still exists when the branch is already deleted (see https://docs.gitlab.com/ce/ci/pipelines/#ref-specs-for-runners), so the pipeline canceling is not necessary anymore.
parent 982bbeac
No related branches found
No related tags found
Loading
Pipeline #8094 passed with stage
in 17 seconds
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment