mirror of
https://github.com/clearlinux/clr-distro-factory.git
synced 2026-08-27 00:35:55 +00:00
121defd7e0
After splitting the previous 'release' pipeline into 'build' and 'release' (publish) pipelines, there was a leftover in the pipeline file for 'release' where it tries to infer the namespace it should use (to collisions in the builder). This should only be done by what is now the 'build' pipeline. The current 'release' pipeline should follow what is done for the 'watcher' pipeline. Signed-off-by: Murilo Belluzzo <murilo.belluzzo@intel.com>