Skip to content

Commit

Permalink
build: remove travis CI scripts for functest and helm
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
humblec authored and mergify[bot] committed Nov 9, 2022
1 parent c65a4e1 commit 1695240
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 91 deletions.
2 changes: 1 addition & 1 deletion scripts/skip-doc-change.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
38 changes: 0 additions & 38 deletions scripts/travis-functest.sh

This file was deleted.

52 changes: 0 additions & 52 deletions scripts/travis-helmtest.sh

This file was deleted.

0 comments on commit 1695240

Please sign in to comment.