mirror of
https://github.com/bitnami/charts.git
synced 2026-03-13 14:57:24 +08:00
chore: ⚗️ Add debug information to license headers
Signed-off-by: Javier Salmeron Garcia <jsalmeron@vmware.com>
This commit is contained in:
3
.github/workflows/license-headers.yml
vendored
3
.github/workflows/license-headers.yml
vendored
@@ -41,10 +41,13 @@ 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