Skip to content

Commit

Permalink
DEBUG modify docker build job to report on disk space before usage
Browse files Browse the repository at this point in the history
  • Loading branch information
Purg committed Jun 10, 2024
1 parent de96674 commit f8cb9a4
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,11 @@ jobs:
- uses: actions/checkout@v4
with:
submodules: recursive
# Check on free space before the build
- name: Check free space
run: |
echo "Free space on disk:"
df -h
# Use scripting to perform a build for the current state of this branch.
- name: Build image
run: ./angel-docker-build.sh
Expand Down

0 comments on commit f8cb9a4

Please sign in to comment.