chore: Revert debug information

Signed-off-by: Javier Salmeron Garcia <jsalmeron@vmware.com>
This commit is contained in:
Javier Salmeron Garcia
2023-08-08 13:39:35 +02:00
parent c2323801f4
commit b018f188fd
-3
View File
@@ -41,13 +41,10 @@ jobs:
local -r path="${1:?missing path}"
local -r excluded_paths=("/crds/")
for excluded_path in "${excluded_paths[@]}"; do
echo "Checking if ${path} includes ${excluded_path}"
if [[ "${path}" =~ ${excluded_path} ]]; then
echo "included!"
return 0
fi
done
echo "not included"
return 1
}
while read -r file_changed; do