fix: correct array expansion in kubeconform validation script
Some checks failed
Validate Kubernetes Manifests / kubeconform (pull_request) Failing after 14s
Some checks failed
Validate Kubernetes Manifests / kubeconform (pull_request) Failing after 14s
This commit is contained in:
@@ -88,6 +88,6 @@ jobs:
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
echo ""
|
echo ""
|
||||||
done <<< "${ALL_CHANGED_FILES}"
|
done <<< "${ALL_CHANGED_FILES[@]}"
|
||||||
|
|
||||||
exit $EXIT_CODE
|
exit $EXIT_CODE
|
||||||
|
|||||||
Reference in New Issue
Block a user