Skip to content

Commit

Permalink
Correct cut and paste of wrong db details
Browse files Browse the repository at this point in the history
  • Loading branch information
holly-cummins committed May 30, 2022
1 parent 590164e commit aa824be
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions extensions/reactive-oracle-client/deployment/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@
<ORACLE_PASSWORD>hibernate_orm_test</ORACLE_PASSWORD>
</env>
<log>
<prefix>Oracle Database: </prefix>
<prefix>Oracle Database:</prefix>
<date>default</date>
<color>red</color>
</log>
Expand Down Expand Up @@ -202,9 +202,8 @@
</build>
</profile>

<!-- In general, we want to avoid os- or arch-based guards on tests, but see
https://github.com/microsoft/mssql-docker/issues/668 and https://stackoverflow.com/questions/65398641/docker-connect-sql-server-container-non-zero-code-1/66919852#66919852.
The MS SQL image segfaults on ARM. -->
<!-- In general, we want to avoid os- or arch-based guards on tests, but the Oracle
db would not start on M1 - see https://stackoverflow.com/questions/68605011/oracle-12c-docker-setup-on-apple-m1-->
<profile>
<id>mac-m1</id>
<activation>
Expand All @@ -226,7 +225,7 @@ The MS SQL image segfaults on ARM. -->
<configuration>
<images>
<image>
<name>${mssql.image}</name>
<name>${oracle.image}</name>
<run>
<skip>true</skip>
</run>
Expand Down

0 comments on commit aa824be

Please sign in to comment.