build: remove travis CI scripts for functest and helm

considering we have moved out of travis and replaced github
action, this commit remove the functional test and helmtest
scripts.

Signed-off-by: Humble Chirammal <hchiramm@redhat.com>
This commit is contained in:
Humble Chirammal
2022-11-09 10:52:53 +05:30
committed by mergify[bot]
parent c65a4e1d8a
commit 1695240f54
3 changed files with 1 additions and 91 deletions

View File

@ -11,7 +11,7 @@ function check_file_present() {
local file=$1
for FILE in "${FILES[@]}"; do
if [[ $file =~ $FILE ]]; then
if [[ $file =~ (minikube.sh|travis-functest.sh) ]]; then
if [[ $file =~ (minikube.sh) ]]; then
continue
fi
return 0