Skip to content

Commit

Permalink
[dependabot skip] make tidy
Browse files Browse the repository at this point in the history
  • Loading branch information
gardener-robot-ci-1 committed Aug 9, 2024
1 parent dcfbfa0 commit ccc8e84
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .ci/hack/component_descriptor
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,8 @@ if [[ -f "$repo_root_dir/charts/images.yaml" ]]; then
image_vector_path="$repo_root_dir/charts/images.yaml"
elif [[ -f "$repo_root_dir/imagevector/images.yaml" ]]; then
image_vector_path="$repo_root_dir/imagevector/images.yaml"
elif [[ -f "$repo_root_dir/imagevector/containers.yaml" ]]; then
image_vector_path="$repo_root_dir/imagevector/containers.yaml"
fi

if [[ ! -z "$image_vector_path" ]]; then
Expand All @@ -70,7 +72,7 @@ if [[ ! -z "$image_vector_path" ]]; then
"
fi

# translates all images defined the images.yaml into component descriptor resources.
# translates all images defined the containers.yaml into component descriptor resources.
# For detailed documentation see https://github.com/gardener/component-cli/blob/main/docs/reference/components-cli_image-vector_add.md
component-cli image-vector add ${COMPONENT_CLI_ARGS}
fi
Expand Down

0 comments on commit ccc8e84

Please sign in to comment.