Update helm chart-testing image
This commit is contained in:
parent
68b5ec9a48
commit
6052e9dc23
2 changed files with 1 additions and 13 deletions
|
|
@ -39,12 +39,6 @@ trap cleanup EXIT
|
|||
|
||||
export KIND_CLUSTER_NAME=${KIND_CLUSTER_NAME:-ingress-nginx-dev}
|
||||
|
||||
# Disable execution if running as a Prow job
|
||||
#if [[ ! -z ${PROW_JOB_ID:-} ]]; then
|
||||
# echo "skipping execution..."
|
||||
# exit 0
|
||||
#fi
|
||||
|
||||
if ! command -v kind --version &> /dev/null; then
|
||||
echo "kind is not installed. Use the package manager or visit the official site https://kind.sigs.k8s.io/"
|
||||
exit 1
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue