Skip to content

Commit

Permalink
Revert authenticate property
Browse files Browse the repository at this point in the history
  • Loading branch information
haynescd committed Mar 14, 2024
1 parent f615ab5 commit 647843a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/integration-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,7 @@ jobs:
sed 's|spring.datasource.url=.*|spring.datasource.url=jdbc:mysql://cbioportal-database:3306/cbioportal?useSSL=false|' | \
sed 's|spring.datasource.username=.*|spring.datasource.username=cbio_user|' | \
sed 's|spring.datasource.password=.*|spring.datasource.password=somepassword|' \
> application.properties && \
echo "authenticate=false" >> application.properties
> application.properties
- name: 'Copy cgds.sql file into Docker Compose'
run: cp ./cbioportal/src/main/resources/db-scripts/cgds.sql ./cbioportal-docker-compose/data/.
- name: 'Dump Properties'
Expand Down
2 changes: 1 addition & 1 deletion test/integration/test_load_study.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ run_in_service cbioportal "cd /core/scripts/ && ./importGenesetHierarchy.pl --da

# dump portal info
echo "Testing the dump of local portal info directory..."
run_in_service cbioportal 'export PORTAL_HOME=/cbioportal && cd core/scripts/ && perl dumpPortalInfo.pl /cbioportal/portalinfo'
run_in_service cbioportal 'cd core/scripts/ && perl dumpPortalInfo.pl /cbioportal/portalinfo'

# validate study_es_0 using local portal info directory
echo "Testing validation based on local portalinfo..."
Expand Down

0 comments on commit 647843a

Please sign in to comment.