Exclude cloud insights integrations from release

This commit is contained in:
Rodrigo Rodrigues 2026-09-09 16:52:05 +01:00
parent f9d21e46b5
commit 1411f854a8

View File

@ -58,6 +58,10 @@ jobs:
echo "Invalid package directory name: ${name}" >&2 echo "Invalid package directory name: ${name}" >&2
exit 1 exit 1
fi fi
if [ "$name" = "thousandeyes-sdk-cloud-insights-integrations" ]; then
echo "Skipping ${name}: release is not yet enabled"
continue
fi
packages+=("$name") packages+=("$name")
done done
if [ "${#packages[@]}" -eq 0 ]; then if [ "${#packages[@]}" -eq 0 ]; then