mirror of
https://github.com/openshift/community.okd.git
synced 2026-07-25 00:44:32 +00:00
Fix broken links for downstream collection (#101)
* Fix broken links for downstream collection The links to the repo on Automation Hub are broken for the downstream collection. This skips the replacement step for galaxy.yml. * Add changelog fragment
This commit is contained in:
@@ -46,7 +46,7 @@ f_text_sub()
|
||||
sed -i.bak "s/^version\:.*$/version: ${DOWNSTREAM_VERSION}/" "${_build_dir}/galaxy.yml"
|
||||
sed -i.bak "/STARTREMOVE/,/ENDREMOVE/d" "${_build_dir}/README.md"
|
||||
|
||||
find "${_build_dir}" -type f -exec sed -i.bak "s/community\.okd/redhat\.openshift/g" {} \;
|
||||
find "${_build_dir}" -type f ! -name galaxy.yml -exec sed -i.bak "s/community\.okd/redhat\.openshift/g" {} \;
|
||||
find "${_build_dir}" -type f -name "*.bak" -delete
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user