We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b5f6587 commit 51df28cCopy full SHA for 51df28c
scripts/ci/verify-build.sh
@@ -83,14 +83,11 @@ fi
83
echo "✅ PlugIns directory exists"
84
85
REQUIRED_PLUGINS=(
86
- "ClickHouseDriver.tableplugin"
87
"MSSQLDriver.tableplugin"
88
"MongoDBDriver.tableplugin"
89
"MySQLDriver.tableplugin"
90
- "OracleDriver.tableplugin"
91
"PostgreSQLDriver.tableplugin"
92
"RedisDriver.tableplugin"
93
- "SQLiteDriver.tableplugin"
94
)
95
96
MISSING_PLUGINS=0
@@ -107,7 +104,7 @@ if [ "$MISSING_PLUGINS" -eq 1 ]; then
107
104
echo "❌ ERROR: One or more plugin bundles are missing"
108
105
exit 1
109
106
fi
110
-echo "✅ All 8 plugin bundles present"
+echo "✅ All bundled plugin bundles present"
111
112
# Verify each plugin has a valid binary
113
MISSING_BINARIES=0
0 commit comments