Skip to content

Commit

Permalink
download shared-resources
Browse files Browse the repository at this point in the history
NB it's deprecated, hence not in the default installation anymore.
  • Loading branch information
peterstadler committed Aug 18, 2021
1 parent 34c112b commit b52e048
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,10 @@ jobs:
with:
name: xar-package
path: xars
- name: Download functx package
run: curl http://exist-db.org/exist/apps/public-repo/public/functx-1.0.1.xar -o xars/functx-1.0.1.xar
- name: Download additional xar packages
run: |
curl -LsS http://exist-db.org/exist/apps/public-repo/public/functx-1.0.1.xar -o xars/functx-1.0.1.xar
curl -LsS http://exist-db.org/exist/apps/public-repo/public/shared-resources-0.9.1.xar -o xars/shared-resources-0.9.1.xar
- name: Create Docker container
run: |
docker create --name exist -p 8080:8080 ${{ matrix.DOCKER_IMAGE }}
Expand Down

0 comments on commit b52e048

Please sign in to comment.