Skip to content

Commit

Permalink
cleanup, fix mariadb driver name
Browse files Browse the repository at this point in the history
Former-commit-id: 66dc0ef9e2ccd5738b3b3308be366ed224276b78
  • Loading branch information
sporth committed Aug 9, 2022
1 parent 9fc79c1 commit dc3c0e2
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ spring:
include:
datasource:
platform: mysql
driver-class-name: com.mariadb.jdbc.Driver
driver-class-name: org.mariadb.jdbc.Driver
url: jdbc:mariadb://database:3306/shibui
username: shibui
password: shibui
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion testbed/smoke-test/setdb.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@ ln -s db_configs/$DB.docker-compose.override.yml docker-compose.override.yml
fi

rm -f shibui/application.yml
cat shibui/application.yml.nodb db_configs/$DB.yml >> shibui/application.yml
cat shibui/application.yml.nodb db_configs/$DB.application.yml >> shibui/application.yml

echo "shibui will now use the $DB container"

0 comments on commit dc3c0e2

Please sign in to comment.