Skip to content

Commit

Permalink
Adjust CI again to try to get around the next mount issue we hit with…
Browse files Browse the repository at this point in the history
… the adjusted 'bind,ro' option. AFAICT from discussion online docker-compose does not always like relative ipaths in volume sections. Local experiments indicate that this may also be the case here.
  • Loading branch information
jonasbardino committed Mar 21, 2024
1 parent bb3060c commit 2652738
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,9 @@ jobs:
- name: Build images
run: |
make init
echo "" >> .env
echo "# NOTE: try absolute path to current dir to get docker ro-mount to work" >> .env
echo "DOCKER_MIGRID_ROOT=$PWD" >> .env
make dockerbuild
- name: Start services
run: |
Expand Down

0 comments on commit 2652738

Please sign in to comment.