Skip to content

Commit

Permalink
Free up space on github-cli spinup.
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidHuber-NOAA committed Oct 17, 2023
1 parent 3e27783 commit 8702f9f
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/intel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,14 @@ jobs:
runs-on: ubuntu-latest

steps:
# Free up disk space
- name: free-disk-spack
df -h
sudo swapoff -a
sudo rm -f /swapfile
sudo apt clean
docker rmi $(docker image ls -aq)

# Checkout the GSI to get the ci/spack.yaml file
- name: checkout-gsi
if: steps.cache-env.outputs.cache-hit != 'true'
Expand Down

0 comments on commit 8702f9f

Please sign in to comment.