Skip to content

Commit 51df28c

Browse files
committed
fix: remove separate plugins from bundled plugin verification
1 parent b5f6587 commit 51df28c

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

scripts/ci/verify-build.sh

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

8585
REQUIRED_PLUGINS=(
86-
"ClickHouseDriver.tableplugin"
8786
"MSSQLDriver.tableplugin"
8887
"MongoDBDriver.tableplugin"
8988
"MySQLDriver.tableplugin"
90-
"OracleDriver.tableplugin"
9189
"PostgreSQLDriver.tableplugin"
9290
"RedisDriver.tableplugin"
93-
"SQLiteDriver.tableplugin"
9491
)
9592

9693
MISSING_PLUGINS=0
@@ -107,7 +104,7 @@ if [ "$MISSING_PLUGINS" -eq 1 ]; then
107104
echo "❌ ERROR: One or more plugin bundles are missing"
108105
exit 1
109106
fi
110-
echo "✅ All 8 plugin bundles present"
107+
echo "✅ All bundled plugin bundles present"
111108

112109
# Verify each plugin has a valid binary
113110
MISSING_BINARIES=0

0 commit comments

Comments
 (0)