Skip to content

Commit

Permalink
Merge branch 'master' of github.com:ucphhpc/docker-migrid
Browse files Browse the repository at this point in the history
  • Loading branch information
jonasbardino committed Mar 26, 2024
2 parents eb23a48 + e863742 commit d880225
Show file tree
Hide file tree
Showing 3 changed files with 417 additions and 7 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,15 +35,18 @@ jobs:
echo "NOTE: run complete clean first to rule out any stale cache"
make distclean
make init
echo "# NOTE: try absolute path to current dir to get docker ro-mount to work" > ci.env
echo "# NOTE: use absolute paths to current dir to get docker bind mounts to work" > ci.env
echo "DOCKER_MIGRID_ROOT=$PWD" >> ci.env
echo "MIG_SYSTEM_RUN=/tmp" >> ci.env
echo "" >> ci.env
grep -v DOCKER_MIGRID_ROOT .env >> ci.env
grep -E -v "DOCKER_MIGRID_ROOT=|MIG_SYSTEM_RUN=" .env >> ci.env
rm -f .env
mv ci.env .env
grep -E "DOCKER_MIGRID_ROOT=|MIG_SYSTEM_RUN=" .env
make dockerbuild
- name: Start services
run: |
grep -E "DOCKER_MIGRID_ROOT=|MIG_SYSTEM_RUN=" .env
make up
- name: Run tests
run: |
Expand Down
Loading

0 comments on commit d880225

Please sign in to comment.