Skip to content

Commit

Permalink
remove bundler1 ci test
Browse files Browse the repository at this point in the history
  • Loading branch information
kbukum1 committed Oct 15, 2024
1 parent f62ca22 commit 5a79e70
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions bin/ci-test
Original file line number Diff line number Diff line change
Expand Up @@ -10,17 +10,7 @@ function print_usage() {

function handle_args() {
export SUITE_NAME=$1
case $SUITE_NAME in
bundler1 | bundler2)
export MODULE=bundler
;;
"")
print_usage
exit 1
;;
*)
export MODULE=$SUITE_NAME
esac
export MODULE=bundler

if ! [ -d "$MODULE" ]; then
print_usage
Expand Down

0 comments on commit 5a79e70

Please sign in to comment.