Skip to content

Commit

Permalink
Fix missing volume access modifier in Reactive MySQL client tests
Browse files Browse the repository at this point in the history
  • Loading branch information
yrodiere committed Jul 22, 2024
1 parent dad27d6 commit 82f68d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion extensions/reactive-mysql-client/deployment/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@
${project.basedir}/custom-mariadbconfig:/etc/mysql/conf.d${volume.access.modifier}
</volume>
<volume>
${project.basedir}/src/test/resources/setup.sql:/docker-entrypoint-initdb.d/setup.sql
${project.basedir}/src/test/resources/setup.sql:/docker-entrypoint-initdb.d/setup.sql${volume.access.modifier}
</volume>
</bind>
</volumes>
Expand Down

0 comments on commit 82f68d3

Please sign in to comment.