mirror of
https://github.com/thousandeyes/thousandeyes-sdk-python.git
synced 2026-09-18 07:53:55 +00:00
Exclude cloud insights integrations from release (#194)
This commit is contained in:
parent
d4b7ca82b7
commit
4797a2ead8
4
.github/workflows/release.yaml
vendored
4
.github/workflows/release.yaml
vendored
@ -58,6 +58,10 @@ jobs:
|
||||
echo "Invalid package directory name: ${name}" >&2
|
||||
exit 1
|
||||
fi
|
||||
if [ "$name" = "thousandeyes-sdk-cloud-insights-integrations" ]; then
|
||||
echo "Skipping ${name}: release is not yet enabled"
|
||||
continue
|
||||
fi
|
||||
packages+=("$name")
|
||||
done
|
||||
if [ "${#packages[@]}" -eq 0 ]; then
|
||||
|
||||
Loading…
Reference in New Issue
Block a user