Skip to content

Commit

Permalink
/wd/hub no longer needed?
Browse files Browse the repository at this point in the history
  • Loading branch information
dlpierce authored Jan 26, 2024
1 parent 1df6c59 commit 3320edc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .dassie/.env
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ FCREPO_PORT=8080
FCREPO_REST_PATH=rest
FCREPO_TEST_BASE_PATH=/test
FITS_SERVLET_URL=http://fits:8080/fits
HUB_URL=http://chrome:4444/wd/hub
HUB_URL=http://chrome:4444
HYRAX_ANALYTICS=false
HYRAX_ANALYTICS_PROVIDER=google
HYRAX_DERIVATIVES_PATH=/app/samvera/hyrax-webapp/derivatives/
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-test-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
webTarget: hyrax-engine-dev
rspec_cmd: 'cd /app/samvera/hyrax-engine && gem install semaphore_test_boosters && bundle install && rspec_booster --job $CI_NODE_INDEX/$CI_NODE_TOTAL'
setup_db_cmd: 'true'
debug_enabled: true
debug_enabled: false

lint:
needs: build
Expand Down

0 comments on commit 3320edc

Please sign in to comment.