Skip to content

Commit

Permalink
fix(ci): dual v
Browse files Browse the repository at this point in the history
if one doesn't do the trick...
  • Loading branch information
duncdrum committed Mar 21, 2024
1 parent 4a1ae0c commit c326bb9
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,16 +68,22 @@ jobs:
# run: docker daemon --storage-opt dm.basesize=20G

- name: cleanup docker to make space
run: docker system prune --all --volumes
run: docker system prune --all --volumes -f

- name: check os
run: |
df -h /var/lib/docker
df -ih /var/lib/docker
- name: Check config
run: docker info

- name: Start exist-ci containers
run: |
docker volume create data_dir
docker run -dit -p 8080:8080 -v ${{ github.workspace }}/build:/exist/autodeploy \
-v data_dir:/exist/data \
--name exist --rm \
--mount type=tmpfs,destination=/exist/data \
duncdrum/existdb:${{ matrix.exist-version }}
- name: wait for install to finish
Expand Down

0 comments on commit c326bb9

Please sign in to comment.