mirror of
https://github.com/nosqlbench/nosqlbench.git
synced 2024-11-26 10:40:30 -06:00
free disk space in release action
This commit is contained in:
parent
60886c2acc
commit
156136b12d
8
.github/workflows/release.yml
vendored
8
.github/workflows/release.yml
vendored
@ -44,6 +44,14 @@ jobs:
|
||||
- name: set git email
|
||||
run: git config --global user.name "${{ secrets.NBDROID_NAME }}"
|
||||
|
||||
- name: free disk space
|
||||
run: |
|
||||
sudo swapoff -a
|
||||
sudo rm -f /swapfile
|
||||
sudo apt clean
|
||||
docker rmi $(docker image ls -aq)
|
||||
df -h
|
||||
|
||||
- name: Cache Maven packages
|
||||
uses: actions/cache@v1
|
||||
with:
|
||||
|
Loading…
Reference in New Issue
Block a user