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 c2801f0 commit 4609842Copy full SHA for 4609842
ci/build.sh
@@ -67,7 +67,7 @@ elif [ "$RDBMS" == "sybase" ]; then
67
goal="-Pdb=sybase_ci -PexcludeTests=**.GenerateSeriesTest*"
68
elif [ "$RDBMS" == "sybase_jconn" ]; then
69
goal="-Pdb=sybase_jconn_ci -PexcludeTests=**.GenerateSeriesTest*"
70
-elif [ "$RDBMS" == "teradata" ]
+elif [ "$RDBMS" == "teradata" ]; then
71
goal="-Pdb=teradata"
72
elif [ "$RDBMS" == "tidb" ]; then
73
goal="-Pdb=tidb"
0 commit comments