Skip to content

Commit 4609842

Browse files
added "then" clause
Co-authored-by: Steve Ebersole <[email protected]>
1 parent c2801f0 commit 4609842

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ elif [ "$RDBMS" == "sybase" ]; then
6767
goal="-Pdb=sybase_ci -PexcludeTests=**.GenerateSeriesTest*"
6868
elif [ "$RDBMS" == "sybase_jconn" ]; then
6969
goal="-Pdb=sybase_jconn_ci -PexcludeTests=**.GenerateSeriesTest*"
70-
elif [ "$RDBMS" == "teradata" ]
70+
elif [ "$RDBMS" == "teradata" ]; then
7171
goal="-Pdb=teradata"
7272
elif [ "$RDBMS" == "tidb" ]; then
7373
goal="-Pdb=tidb"

0 commit comments

Comments
 (0)