Skip to content

Commit

Permalink
Remove initial complete clean up again as it didn't fix the problem, …
Browse files Browse the repository at this point in the history
…and the latest splitting up 'docker compose up' into separate 'create' and 'up' commands seems to work.
  • Loading branch information
jonasbardino committed Mar 26, 2024
1 parent cbcef46 commit 5a37caf
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,6 @@ jobs:
make test-doc
- name: Build images
run: |
echo "NOTE: run complete clean first to rule out any stale cache"
echo y | make distclean
make init
echo "# NOTE: use absolute paths to current dir to get docker bind mounts to work" > ci.env
echo "DOCKER_MIGRID_ROOT=$PWD" >> ci.env
Expand Down

0 comments on commit 5a37caf

Please sign in to comment.