Fix typo in build.sh

This commit is contained in:
Christian Beikov 2023-10-02 15:52:33 +02:00
parent c0987ec548
commit 3f4ab26d7c
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ elif [ "$RDBMS" == "edb" ] || [ "$RDBMS" == "edb_11" ]; then
elif [ "$RDBMS" == "oracle" ]; then
goal="-Pdb=oracle_ci"
elif [ "$RDBMS" == "oracle_11_2" ]; then
goal="-Pdb=oracle_legacy_ci
goal="-Pdb=oracle_legacy_ci"
elif [ "$RDBMS" == "db2" ]; then
goal="-Pdb=db2_ci"
elif [ "$RDBMS" == "db2_10_5" ]; then