Skip to content

Commit b1217e7

Browse files
committed
fix: update verify-build to only check built-in plugins
1 parent a294f4e commit b1217e7

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

scripts/ci/verify-build.sh

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -83,11 +83,9 @@ fi
8383
echo "✅ PlugIns directory exists"
8484

8585
REQUIRED_PLUGINS=(
86-
"MSSQLDriver.tableplugin"
87-
"MongoDBDriver.tableplugin"
8886
"MySQLDriver.tableplugin"
8987
"PostgreSQLDriver.tableplugin"
90-
"RedisDriver.tableplugin"
88+
"SQLiteDriver.tableplugin"
9189
)
9290

9391
MISSING_PLUGINS=0

0 commit comments

Comments
 (0)