Skip to content
This repository was archived by the owner on Apr 11, 2025. It is now read-only.
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ script:
# Check playbook syntax
- sudo docker exec $(cat /tmp/cid) ansible-playbook site.yml --syntax-check
# Run the playbook
- sudo docker exec $(cat /tmp/cid) ansible-playbook site.yml
- sudo docker exec $(cat /tmp/cid) ansible-playbook site.yml --extra-vars "branch=develop repo=https://github.com/IQSS/dataverse.git"
4 changes: 2 additions & 2 deletions defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ dataverse:
provider: EZID
filesdir: /usr/local/dvn/data
git:
branch:
repo: https://github.com/IQSS/dataverse.git
branch: '{{ branch }}'
repo: '{{ repo }}'
glassfish:
user: glassfish
group: glassfish
Expand Down