mirror of
https://github.com/ceph/ceph-csi.git
synced 2025-06-14 02:43:36 +00:00
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:
committed by
mergify[bot]
parent
c65a4e1d8a
commit
1695240f54
@ -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
|
||||
|
Reference in New Issue
Block a user