From 60a394b3970441bed2e55b93b2f0d647d2bc2cfd Mon Sep 17 00:00:00 2001 From: Madhu Rajanna Date: Thu, 9 Apr 2020 09:37:07 +0530 Subject: [PATCH] Fix helm clean in functional test there was an issue in helm cleanup script in functional tests. This Fixes the same. Signed-off-by: Madhu Rajanna --- scripts/travis-helmtest.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/travis-helmtest.sh b/scripts/travis-helmtest.sh index 99a338b35..b02d77a82 100755 --- a/scripts/travis-helmtest.sh +++ b/scripts/travis-helmtest.sh @@ -21,5 +21,5 @@ go test github.com/ceph/ceph-csi/e2e -mod=vendor --deploy-timeout=10 -timeout=30 #cleanup scripts/install-helm.sh cleanup-cephcsi -scripts/install-helm.sh cleanup +scripts/install-helm.sh clean sudo scripts/minikube.sh clean