mirror of
https://github.com/hibernate/hibernate-orm
synced 2025-02-10 05:04:52 +00:00
Fix typo in build.sh
This commit is contained in:
parent
990a5a8de7
commit
9d9049dba2
@ -21,7 +21,7 @@ elif [ "$RDBMS" == "edb" ] || [ "$RDBMS" == "edb_10" ]; 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
|
||||
|
Loading…
x
Reference in New Issue
Block a user