hmm
This commit is contained in:
parent
c53c70e3ac
commit
8df67a9f6b
|
@ -279,7 +279,7 @@ gen_dh_cat() {
|
|||
rm -rf dh_catalog/*
|
||||
cp -rf catalog/* dh_catalog
|
||||
cd dh_catalog
|
||||
find ./ -type f -name *.yaml -exec sed -i 's/tccr.io/dh.tccr.io/gI' {} \
|
||||
find ./ -type f -name *.yaml -exec sed -i 's/tccr.io/dh.tccr.io/gI' {} \;
|
||||
cd -
|
||||
}
|
||||
export -f gen_dh_cat
|
||||
|
|
Loading…
Reference in New Issue