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 990a5a8 commit 9d9049dCopy full SHA for 9d9049d
ci/build.sh
@@ -21,7 +21,7 @@ elif [ "$RDBMS" == "edb" ] || [ "$RDBMS" == "edb_10" ]; then
21
elif [ "$RDBMS" == "oracle" ]; then
22
goal="-Pdb=oracle_ci"
23
elif [ "$RDBMS" == "oracle_11_2" ]; then
24
- goal="-Pdb=oracle_legacy_ci
+ goal="-Pdb=oracle_legacy_ci"
25
elif [ "$RDBMS" == "db2" ]; then
26
goal="-Pdb=db2_ci"
27
elif [ "$RDBMS" == "db2_10_5" ]; then
0 commit comments