Skip to content
Snippets Groups Projects
Commit 5dfc2fff authored by Terry Brady's avatar Terry Brady
Browse files

fix compose file

parent 71287b6b
No related branches found
No related tags found
No related merge requests found
......@@ -22,7 +22,7 @@ install:
# Start up DSpace 7 using the entities database dump
- docker-compose -f docker-compose-travis.yml up -d
# Use the dspace-cli image to populate the assetstore. Trigger a discovery and oai update
#- docker-compose -f ./to_be_determined/cli.yml -f ./to_be_determined/cli.assetstore.yml run --rm dspace-cli
- docker-compose -f ./to_be_determined/cli.yml -f ./to_be_determined/cli.assetstore.yml run --rm dspace-cli
- travis_retry yarn install
before_script:
......
......@@ -15,7 +15,7 @@ services:
tty: true
volumes:
- assetstore:/dspace/assetstore
- ./to_be_determined:/dspace/config/local.cfg
- ./to_be_determined/local.cfg:/dspace/config/local.cfg
dspacedb:
container_name: dspacedb
environment:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment