diff --git a/cluster-up/virtctl.sh b/cluster-up/virtctl.sh index 3c741bf416..297b646a60 100755 --- a/cluster-up/virtctl.sh +++ b/cluster-up/virtctl.sh @@ -19,6 +19,9 @@ set -e +>&2 echo "WARNING: usage of '${BASH_SOURCE[0]}' is deprecated!" +>&2 echo " see: https://github.com/kubevirt/kubevirtci/issues/1277" + if [ -z "$KUBEVIRTCI_PATH" ]; then KUBEVIRTCI_PATH="$( cd "$(dirname "$BASH_SOURCE[0]")/"