From 59e78926ec2965681f0d777f1253beb205702f53 Mon Sep 17 00:00:00 2001 From: Bikouo Aubin <79859644+abikouo@users.noreply.github.com> Date: Mon, 10 Jun 2024 15:16:25 +0200 Subject: [PATCH] Fix action group documentation issue for downstream build (#232) --- ci/downstream.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/ci/downstream.sh b/ci/downstream.sh index c75398b..749534f 100755 --- a/ci/downstream.sh +++ b/ci/downstream.sh @@ -50,6 +50,7 @@ f_text_sub() sed -i.bak "s/[[:space:]]okd:$/ openshift:/" "${_build_dir}/meta/runtime.yml" find "${_build_dir}" -type f ! -name galaxy.yml -exec sed -i.bak "s/community\.okd/redhat\.openshift/g" {} \; + find "${_build_dir}" -type f ! -name galaxy.yml -exec sed -i.bak "s/group\/redhat\.openshift\.okd/redhat\.openshift\.openshift/g" {} \; find "${_build_dir}" -type f -name "*.bak" -delete }