Skip to content

Temporary fix for rc file naming

Major Hayden requested to merge temporary-rc-filename-fix into master

Some CI pipelines use artifacts from previous runs to complete faster. The rc file renaming means that old artifacts contain a file called rc_build, not rc. It will take some time before new pipelines complete with the new file name.

This temporary fix will rename rc_build to rc if the file is found.

Signed-off-by: Major Hayden major@redhat.com

Merge request reports