Skip to content

Commit

Permalink
cleanup, fix mariadb driver name
Browse files Browse the repository at this point in the history
Former-commit-id: d005502b82ee636664925b5b2ac9f596031ee602
  • Loading branch information
sporth committed Aug 9, 2022
1 parent fb95938 commit 7130388
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 7130388

Please sign in to comment.