Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
Dspace7 Angular
Manage
Activity
Members
Labels
Plan
Issues
42
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Package Registry
Operate
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
vtechworks
Dspace7 Angular
Commits
5dfc2fff
Commit
5dfc2fff
authored
5 years ago
by
Terry Brady
Browse files
Options
Downloads
Patches
Plain Diff
fix compose file
parent
71287b6b
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.travis.yml
+1
-1
1 addition, 1 deletion
.travis.yml
docker-compose-travis.yml
+1
-1
1 addition, 1 deletion
docker-compose-travis.yml
with
2 additions
and
2 deletions
.travis.yml
+
1
−
1
View file @
5dfc2fff
...
...
@@ -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
:
...
...
This diff is collapsed.
Click to expand it.
docker-compose-travis.yml
+
1
−
1
View file @
5dfc2fff
...
...
@@ -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
:
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment