Skip to content

Commit

Permalink
add legacy datasource params to the application properties
Browse files Browse the repository at this point in the history
  • Loading branch information
onursumer committed Dec 4, 2024
1 parent 326320f commit d050f91
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/integration-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,9 @@ jobs:
sed 's|spring.datasource.mysql.url=.*|spring.datasource.mysql.url=jdbc:mysql://cbioportal-database:3306/cbioportal?useSSL=false|' | \
sed 's|spring.datasource.mysql.username=.*|spring.datasource.mysql.username=cbio_user|' | \
sed 's|spring.datasource.mysql.password=.*|spring.datasource.mysql.password=somepassword|' \
echo 'spring.datasource.url=jdbc:mysql://cbioportal-database:3306/cbioportal?useSSL=false' | \
echo 'spring.datasource.username=cbio_user' | \
echo 'spring.datasource.password=somepassword|' \
> application.properties
- name: 'Copy cgds.sql file into Docker Compose'
run: cp ./cbioportal/src/main/resources/db-scripts/cgds.sql ./cbioportal-docker-compose/data/.
Expand Down

0 comments on commit d050f91

Please sign in to comment.