mirror of
https://github.com/thousandeyes/thousandeyes-sdk-python.git
synced 2026-09-18 07:53:55 +00:00
Revert "Exclude cloud insights integrations from release (#194)" (#195)
Some checks failed
Python CI / build (push) Has been cancelled
Some checks failed
Python CI / build (push) Has been cancelled
This reverts commit 4797a2ead8.
This commit is contained in:
parent
4797a2ead8
commit
9fa78bf5ac
4
.github/workflows/release.yaml
vendored
4
.github/workflows/release.yaml
vendored
@ -58,10 +58,6 @@ 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
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user