mirror of
https://github.com/bitnami/charts.git
synced 2026-08-10 14:15:55 +08:00
chore: ⏪ Revert debug information
Signed-off-by: Javier Salmeron Garcia <jsalmeron@vmware.com>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user