Skip to content

Fix export output for vendored templates

Summary

When importing the dotnetcore and other templates, there was a running release captured that should not be there. This change fixes that amongst other output issues related to vendoring the project exports.

Steps to reproduce

Import dotnetcore template, see invalid running pipeline

Example Project

https://staging.gitlab.com/gitlab-qa-user1/jlenny-dotnettest

What is the current bug behavior?

Invalid, unneeded pipeline shows as running

What is the expected correct behavior?

No pipeline is running

Possible fixes

Re-export when pipeline is not running

Edited by Jason Yavorsky