We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6da4f48 commit ba17210Copy full SHA for ba17210
1 file changed
modules/extend_dynamic-plugins-reference/rhdh-supported-plugins.sh
@@ -112,13 +112,6 @@ fi
112
fetch_catalog_index() {
113
local index_tag="${BRANCH#release-}"
114
local image="${CATALOG_INDEX_REGISTRY}/plugin-catalog-index:${index_tag}"
115
- if [[ $DO_CLEAN -eq 1 ]]; then
116
- rm -rf "$catalogindextmpdir"
117
- fi
118
- if [[ -d "$catalogindextmpdir/catalog-index/extend_dynamic-plugins-reference" ]]; then
119
- debug "Reusing cached catalog index at $catalogindextmpdir"
120
- return 0
121
122
if ! command -v skopeo >/dev/null 2>&1; then
123
echo -e "${red}[ERROR] skopeo is required but not found.${norm}"
124
exit 1
0 commit comments